mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
= null? maybe nil instead and force time sync on login
This commit is contained in:
@@ -240,9 +240,9 @@ _clientID = owner _playerObj;
|
|||||||
if (!isNull _playerObj) then {
|
if (!isNull _playerObj) then {
|
||||||
_clientID publicVariableClient "dayzPlayerLogin2";
|
_clientID publicVariableClient "dayzPlayerLogin2";
|
||||||
|
|
||||||
// send road blocks
|
if (isNil "PVDZE_plr_SetDate") then {
|
||||||
// _clientID publicVariableClient "PVDZE_obj_Debris";
|
call server_timeSync;
|
||||||
|
};
|
||||||
_clientID publicVariableClient "PVDZE_plr_SetDate";
|
_clientID publicVariableClient "PVDZE_plr_SetDate";
|
||||||
};
|
};
|
||||||
//record time started
|
//record time started
|
||||||
@@ -251,5 +251,5 @@ _playerObj setVariable ["lastTime",time];
|
|||||||
|
|
||||||
//diag_log ("LOGIN PUBLISHING: " + str(_playerObj) + " Type: " + (typeOf _playerObj));
|
//diag_log ("LOGIN PUBLISHING: " + str(_playerObj) + " Type: " + (typeOf _playerObj));
|
||||||
|
|
||||||
PVDZE_plr_Login = null;
|
PVDZE_plr_Login = nil;
|
||||||
PVDZE_plr_Login2 = null;
|
PVDZE_plr_Login2 = nil;
|
||||||
Reference in New Issue
Block a user