mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed big error
This commit is contained in:
@@ -311,7 +311,7 @@ end)
|
||||
script.on_event(defines.events.on_player_joined_game, function(event)
|
||||
--runs when the first player joins to make the permission groups
|
||||
if global.ranks == nil then scriptInit() end
|
||||
if commands.game_commands.server_interface == nil then commandInit() end
|
||||
if commands.commands.server_interface == nil then commandInit() end
|
||||
--Standard start up
|
||||
local player = game.players[event.player_index]
|
||||
autoRank(player)
|
||||
|
||||
Reference in New Issue
Block a user