mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
No Errors on startup of modules
This commit is contained in:
@@ -49,5 +49,5 @@ return setmetatable({
|
||||
if loaded_modules['ExpGamingCore.Ranking'] then Ranking = require('ExpGamingCore.Ranking') end
|
||||
end
|
||||
},{
|
||||
__call=function(self) self.get_player_info(...) end
|
||||
__call=function(self,...) self.get_player_info(...) end
|
||||
})
|
||||
Reference in New Issue
Block a user