mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
debug
This commit is contained in:
parent
fc3ba3b3fb
commit
8b1a4d0f3c
@ -75,9 +75,11 @@ if (_version >= 1) then {
|
|||||||
_code = "";
|
_code = "";
|
||||||
if (getNumber(_x >> "customHeader") == 1) then {
|
if (getNumber(_x >> "customHeader") == 1) then {
|
||||||
_code = _header + (preprocessFileLineNumbers _fnc_path);
|
_code = _header + (preprocessFileLineNumbers _fnc_path);
|
||||||
|
diag_log _code;
|
||||||
} else {
|
} else {
|
||||||
_code = (preprocessFileLineNumbers _fnc_path);
|
_code = (preprocessFileLineNumbers _fnc_path);
|
||||||
};
|
};
|
||||||
|
|
||||||
missionNamespace setvariable [_var_name,compileFinal _code];
|
missionNamespace setvariable [_var_name,compileFinal _code];
|
||||||
if (getNumber(_x >> "preInit") == 1) then {
|
if (getNumber(_x >> "preInit") == 1) then {
|
||||||
call (missionNamespace getvariable _var_name);
|
call (missionNamespace getvariable _var_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user