From 6214f38b965f0a704296a9dbe8048e53ddfc6f31 Mon Sep 17 00:00:00 2001 From: Ghostopheles Date: Mon, 19 Aug 2024 01:03:04 -0500 Subject: [PATCH] Remove nonsense --- Rustbolt/Templates/StartScreen.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Rustbolt/Templates/StartScreen.lua b/Rustbolt/Templates/StartScreen.lua index bde1969..0d8457e 100644 --- a/Rustbolt/Templates/StartScreen.lua +++ b/Rustbolt/Templates/StartScreen.lua @@ -41,9 +41,4 @@ function RustboltStartScreenMixin:OnStartButtonClick() local window = self:GetParent(); window:SetScreen(Rustbolt.Enum.ScreenName.GAME); window:SetTitle(format(L.CAMPAIGN_WINDOW_TITLE, "TEST MODE")); - - local gameState = Engine:GetGameState(); - gameState:Init(1); - gameState:LoadGame(); - gameState:Start(); end \ No newline at end of file