We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b75fd commit 6354efaCopy full SHA for 6354efa
[editor]/editor_main/client/main.lua
@@ -146,8 +146,6 @@ function startWhenLoaded()
146
if getElementData(resourceRoot,"g_in_test") then
147
setElementData ( localPlayer, "waitingToStart", true, false )
148
return
149
- else
150
- setElementData ( localPlayer, "waitingToStart", nil, false )
151
end
152
if isInterfaceLoaded() then
153
removeEventHandler("onClientResourceStart", root, startWhenLoaded)
0 commit comments