1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-28 03:57:22 +02:00

gui update fix

This commit is contained in:
MewMew 2019-09-29 18:51:47 +02:00
parent 1f0dc1d564
commit 278e07933a

View File

@ -169,6 +169,8 @@ local function on_player_joined_game(event)
create_stage_gui(player)
if player.gui.left["slowmo_cam"] then player.gui.left["slowmo_cam"].destroy() end
update_stage_gui()
if player.online_time > 0 then return end
player.insert({name = "pistol", count = 1})
player.insert({name = "firearm-magazine", count = 32})