mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
Fixed a few inconsitancy
This commit is contained in:
@@ -29,7 +29,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)
|
||||
self[part] = require('GuiParts/'..part)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user