From 338ee8422dff4db600c44a2da508ae851a889334 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 20 May 2022 17:35:54 -0500 Subject: [PATCH] Setup initial game stuff --- scripts/client/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/server.js b/scripts/client/server.js index fd37932f..24693c6a 100644 --- a/scripts/client/server.js +++ b/scripts/client/server.js @@ -184,8 +184,8 @@ function set2DRendering(hudState, labelState, smallGameMessageState, scoreboardS function onServerSpawnedLocalPlayer(state) { logToConsole(LOG_DEBUG, `[VRR.Main] Setting spawned state to ${state}`); isSpawned = state; + setUpInitialGame(); if(state) { - setUpInitialGame(); setTimeout(function() { calledDeathEvent = false; }, 1000);