1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-26 22:56:43 +02:00

Mtn: Don't show gui when another player connects

This commit is contained in:
Gerkiz 2024-10-27 00:46:04 +02:00
parent bedcd91dbd
commit eef1730ead

View File

@ -562,8 +562,6 @@ end
function Public.reset_map(current_task)
local this = Public.get()
Difficulty.show_gui(false)
local wave_defense_table = WD.get_table()
Misc.reset()
@ -709,6 +707,7 @@ function Public.init_mtn()
Autostash.insert_into_furnace(true)
Autostash.insert_into_wagon(true)
Difficulty.set_gui_width(20)
Difficulty.show_gui(false)
RPG_Progression.toggle_module(false)