mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +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)
|
script.on_event(defines.events.on_player_joined_game, function(event)
|
||||||
--runs when the first player joins to make the permission groups
|
--runs when the first player joins to make the permission groups
|
||||||
if global.ranks == nil then scriptInit() end
|
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
|
--Standard start up
|
||||||
local player = game.players[event.player_index]
|
local player = game.players[event.player_index]
|
||||||
autoRank(player)
|
autoRank(player)
|
||||||
|
|||||||
Reference in New Issue
Block a user