mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fix Rocket GUI
This commit is contained in:
@@ -322,6 +322,7 @@ script.on_event(defines.events.on_player_joined_game, function(event)
|
|||||||
end
|
end
|
||||||
--Standard start up
|
--Standard start up
|
||||||
local player = game.players[event.player_index]
|
local player = game.players[event.player_index]
|
||||||
|
silo_script.gui_init(player)
|
||||||
autoRank(player)
|
autoRank(player)
|
||||||
player.print({"", "Welcome"})
|
player.print({"", "Welcome"})
|
||||||
drawPlayerList()
|
drawPlayerList()
|
||||||
|
|||||||
Reference in New Issue
Block a user