Merge pull request #2663 from acemod/340rallypointminutes

fix broken time format for rallypoints, fix #2662
This commit is contained in:
commy2 2015-10-04 11:46:25 +02:00
commit 5ed290362d

View File

@ -46,7 +46,7 @@ _position set [2, 0];
_rallypoint setPosATL _position;
_unit reveal _rallypoint;
_rallypoint setVariable [QGVAR(markerDate), format ["%1:%2", date select 3, date select 4], true];
_rallypoint setVariable [QGVAR(markerDate), [dayTime, "HH:MM"] call BIS_fnc_timeToString, true];
["rallypointMoved", [_rallypoint, _side, _position]] call EFUNC(common,globalEvent);