mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
syntax tweaks
This commit is contained in:
parent
4b6748e9d4
commit
b80bccf048
@ -14,13 +14,13 @@
|
||||
nothing (use spawn, not call)
|
||||
*/
|
||||
|
||||
if ("debugMode" call VEMFr_fnc_getSetting > 0) then
|
||||
if (("debugMode" call VEMFr_fnc_getSetting) > 0) then
|
||||
{
|
||||
scopeName "outer";
|
||||
private ["_prefix","_type","_line","_doLog"];
|
||||
params [["_prefix","",[""]], ["_type",3,[0]], ["_line","",[""]]];
|
||||
|
||||
_doLog = { diag_log text format["IT07: [exile_vemf_reloaded] %1 -- %2: %3", _prefix, _this, _line] };
|
||||
_doLog = { diag_log text format["IT07: [VEMFr] %1 -- %2: %3", _prefix, _this, _line] };
|
||||
_debugMode = "debugMode" call VEMFr_fnc_getSetting;
|
||||
if (_type isEqualTo 0) then
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user