mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
semi-colon
This commit is contained in:
parent
8916b70fe1
commit
321ca815a2
@ -25,7 +25,7 @@ if (!local _unit) exitwith {
|
||||
|
||||
date params ["", "", "", "_minute", "_hour"];
|
||||
|
||||
_moment = format [ (["%1:%2", "%1:0%2"] select (_minute < 10)), _hour, _minute]
|
||||
_moment = format [ (["%1:%2", "%1:0%2"] select (_minute < 10)), _hour, _minute];
|
||||
|
||||
_logVarName = format[QGVAR(logFile_%1), _type];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user