mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Remove 2nd time adjustement
This commit is contained in:
parent
a996d9c151
commit
1440314205
@ -270,12 +270,14 @@ if (_staticDateTime isEqualto []) then {
|
||||
};
|
||||
if (_dateChanged) then {
|
||||
setDate _date;
|
||||
/*
|
||||
//add 1 min to be 100% correct
|
||||
_date set [4, (_date select 4) + 1];
|
||||
_date spawn {
|
||||
uiSleep 60;
|
||||
setDate _this;
|
||||
};
|
||||
*/
|
||||
};
|
||||
|
||||
_config = 'CfgServicePoint' call EPOCH_returnConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user