Skip to content

Commit

Permalink
[editor] Fix GUI not initializing on join after test map ending (#549)
Browse files Browse the repository at this point in the history
[editor] Fix GUI not initializing on join during test map
  • Loading branch information
chris1384 authored Sep 17, 2024
1 parent e9b75fd commit 6354efa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions [editor]/editor_main/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ function startWhenLoaded()
if getElementData(resourceRoot,"g_in_test") then
setElementData ( localPlayer, "waitingToStart", true, false )
return
else
setElementData ( localPlayer, "waitingToStart", nil, false )
end
if isInterfaceLoaded() then
removeEventHandler("onClientResourceStart", root, startWhenLoaded)
Expand Down

0 comments on commit 6354efa

Please sign in to comment.