Added verbose

This commit is contained in:
Cooldude2606
2018-05-20 18:34:50 +01:00
parent 3c1003544d
commit 06788c04d7
6 changed files with 55 additions and 30 deletions

View File

@@ -28,6 +28,7 @@ function Gui._get_data(key) return Gui_data[key] end
function Gui:_load_parts(parts)
for _,part in pairs(parts) do
verbose('Gui Extraction: '..part)
self[part] = require('/GuiParts/'..part)
end
end