diff --git a/scripts/server/client.js b/scripts/server/client.js index d1f89b17..eb29856e 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -228,7 +228,7 @@ function initClient(client) { sendPlayerCurrencyString(client); sendPlayerGUIColours(client); sendPlayerGUIInit(client); - updatePlayerSnowState(client); + updatePlayerSnowState(client, getServerConfig().groundSnow); //logToConsole(LOG_DEBUG, `[AGRP.Account] Showing connect camera to ${getPlayerDisplayForConsole(client)} ...`); //showConnectCameraToPlayer(client);