From 35d23f73770f38d9c68ca18dee71cbc5734bf3bb Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 19 Nov 2024 20:07:31 +0100 Subject: [PATCH] Remove debug code to not launch the game --- lua/ui/lobby/autolobby/AutolobbyController.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ui/lobby/autolobby/AutolobbyController.lua b/lua/ui/lobby/autolobby/AutolobbyController.lua index 4c55cc1ebb..94d3bf59e0 100644 --- a/lua/ui/lobby/autolobby/AutolobbyController.lua +++ b/lua/ui/lobby/autolobby/AutolobbyController.lua @@ -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)