persistence fix

This commit is contained in:
Zac Surplice
2013-10-29 10:10:32 +11:00
parent 268d554f73
commit 357e0cf1b4

View File

@@ -485,6 +485,10 @@ dayz_fuelsources = ["Land_Ind_TankSmall","Land_fuel_tank_big","Land_fuel_tank_st
dayz_spawnPos = getPosATL player;
DZE_Lock_Door = "";
if(isNil "DZE_FriendlySaving") then {
DZE_FriendlySaving = true;
};
//init global arrays for Loot Chances
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\loot_init.sqf";
@@ -624,9 +628,6 @@ if(!isDedicated) then {
if(isNil "DZE_ForceNameTagsOff") then {
DZE_ForceNameTagsOff = false;
};
if(isNil "DZE_FriendlySaving") then {
DZE_FriendlySaving = true;
};
DZE_Friends = [];