Typo in init.sqf

This commit is contained in:
Zepheris 2018-03-03 22:59:13 -07:00
parent 0232bed5e2
commit 6ebb3056fc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -22,7 +22,7 @@ if (hasInterface) then {
//Exile Revive
[] execVM "Custom\EnigmaRevive\init.sqf";
if (!hasInterface || isServer) {
if (!hasInterface || isServer) then {
Bones_fnc_salvageAndRepairMenuHelo = compileFinal preprocessFileLineNumbers "Custom\advancedRepair\Bones_fnc_salvageAndRepairMenuHelo.sqf";
Bones_fnc_salvageAndRepairMenuCar = compileFinal preprocessFileLineNumbers "Custom\advancedRepair\Bones_fnc_salvageAndRepairMenuCar.sqf";
};