# HG changeset patch # User Wuzzy # Date 1561829759 -7200 # Node ID b0ed2b17c0cf5e5c510f40f40814a89248a13afc # Parent 618f36c569506f698eef4a62e884198db978e1b9 WxW: Hide “Please wait ...” panel by default diff -r 618f36c56950 -r b0ed2b17c0cf share/hedgewars/Data/Scripts/Multiplayer/WxW.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/WxW.lua Sat Jun 29 19:06:41 2019 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/WxW.lua Sat Jun 29 19:35:59 2019 +0200 @@ -1282,7 +1282,8 @@ end if useMenu then - ShowMission(loc("Wall to wall"), loc("Please wait …"), "", 2, 300000) + ShowMission(loc("Wall to wall"), loc("Please wait …"), "", 2, 0) + HideMission() UpdateMenu() else if GetGameFlag(gfPlaceHog) then