Force snow if enabled

This commit is contained in:
Vortrex
2022-11-02 06:48:40 -05:00
parent 160090674a
commit d7eb7d3e3a

View File

@@ -228,7 +228,7 @@ function initClient(client) {
sendPlayerCurrencyString(client); sendPlayerCurrencyString(client);
sendPlayerGUIColours(client); sendPlayerGUIColours(client);
sendPlayerGUIInit(client); sendPlayerGUIInit(client);
updatePlayerSnowState(client); updatePlayerSnowState(client, getServerConfig().groundSnow);
//logToConsole(LOG_DEBUG, `[AGRP.Account] Showing connect camera to ${getPlayerDisplayForConsole(client)} ...`); //logToConsole(LOG_DEBUG, `[AGRP.Account] Showing connect camera to ${getPlayerDisplayForConsole(client)} ...`);
//showConnectCameraToPlayer(client); //showConnectCameraToPlayer(client);