Skip to content

Commit

Permalink
Remove debug code to not launch the game
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 19, 2024
1 parent e991a71 commit 35d23f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/lobby/autolobby/AutolobbyController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ AutolobbyCommunications = Class(MohoLobbyMethods, AutolobbyServerCommunicationsC

---@param self UIAutolobbyCommunications
LaunchThread = function(self)
while not IsDestroyed(self) and false do
while not IsDestroyed(self) do
if self:CanLaunch(self.LaunchStatutes) then

WaitSeconds(5.0)
Expand Down

0 comments on commit 35d23f7

Please sign in to comment.