Setup initial game stuff
This commit is contained in:
@@ -184,8 +184,8 @@ function set2DRendering(hudState, labelState, smallGameMessageState, scoreboardS
|
|||||||
function onServerSpawnedLocalPlayer(state) {
|
function onServerSpawnedLocalPlayer(state) {
|
||||||
logToConsole(LOG_DEBUG, `[VRR.Main] Setting spawned state to ${state}`);
|
logToConsole(LOG_DEBUG, `[VRR.Main] Setting spawned state to ${state}`);
|
||||||
isSpawned = state;
|
isSpawned = state;
|
||||||
|
setUpInitialGame();
|
||||||
if(state) {
|
if(state) {
|
||||||
setUpInitialGame();
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
calledDeathEvent = false;
|
calledDeathEvent = false;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user