No Errors on startup of modules

This commit is contained in:
Cooldude2606
2018-09-03 19:28:18 +01:00
parent e825dfe326
commit 480b548f5f
78 changed files with 631 additions and 138 deletions

View File

@@ -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
})