Skip to content

Commit

Permalink
Mtn: Don't show gui when another player connects
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Oct 26, 2024
1 parent bedcd91 commit eef1730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maps/mountain_fortress_v3/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit eef1730

Please sign in to comment.