mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
Fixed Admin gui not closing; Gui draw more consistent
This commit is contained in:
@@ -54,5 +54,5 @@ return setmetatable({
|
||||
if loaded_modules['ExpGamingCore.Group'] then Group = require('ExpGamingCore.Group') end
|
||||
end
|
||||
},{
|
||||
__call=function(self,...) self.get_player_info(...) end
|
||||
__call=function(self,...) return self.get_player_info(...) end
|
||||
})
|
||||
Reference in New Issue
Block a user