Skip to content

Commit

Permalink
Remove nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed Aug 19, 2024
1 parent d6e7a46 commit 6214f38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rustbolt/Templates/StartScreen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6214f38

Please sign in to comment.