Start using separate resources

This commit is contained in:
Vortrex
2022-06-09 07:36:28 -05:00
parent 859ae28656
commit 4f47b8f483
2 changed files with 7 additions and 7 deletions

View File

@@ -1191,8 +1191,8 @@ function initClient(client) {
sendPlayerGUIInit(client);
updatePlayerSnowState(client);
logToConsole(LOG_DEBUG, `[VRR.Account] Showing connect camera to ${getPlayerDisplayForConsole(client)} ...`);
showConnectCameraToPlayer(client);
//logToConsole(LOG_DEBUG, `[VRR.Account] Showing connect camera to ${getPlayerDisplayForConsole(client)} ...`);
//showConnectCameraToPlayer(client);
messageClient(`Please wait ...`, client, getColourByName("softGreen"));