Force snow if enabled
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user