Update server_playerSetup.sqf

Send weather settings to JIP player.
This commit is contained in:
worldwidesorrow
2020-07-14 16:50:01 -05:00
committed by GitHub
parent 163a8f696b
commit 8e97c06bff

View File

@@ -228,6 +228,9 @@ if (_findIndex > -1) then {
dayz_serverClientKeys set [(count dayz_serverClientKeys), [_clientID,_randomKey]];
};
// Sync weather settings for JIP player
_clientID publicVariableClient "PVDZE_SetWeather";
PVCDZ_plr_Login2 = [_worldspace,_state,_randomKey];
_clientID publicVariableClient "PVCDZ_plr_Login2";
if (dayz_townGenerator) then {