mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
persistence fix
This commit is contained in:
@@ -485,6 +485,10 @@ dayz_fuelsources = ["Land_Ind_TankSmall","Land_fuel_tank_big","Land_fuel_tank_st
|
|||||||
dayz_spawnPos = getPosATL player;
|
dayz_spawnPos = getPosATL player;
|
||||||
|
|
||||||
DZE_Lock_Door = "";
|
DZE_Lock_Door = "";
|
||||||
|
|
||||||
|
if(isNil "DZE_FriendlySaving") then {
|
||||||
|
DZE_FriendlySaving = true;
|
||||||
|
};
|
||||||
|
|
||||||
//init global arrays for Loot Chances
|
//init global arrays for Loot Chances
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\loot_init.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\loot_init.sqf";
|
||||||
@@ -624,9 +628,6 @@ if(!isDedicated) then {
|
|||||||
if(isNil "DZE_ForceNameTagsOff") then {
|
if(isNil "DZE_ForceNameTagsOff") then {
|
||||||
DZE_ForceNameTagsOff = false;
|
DZE_ForceNameTagsOff = false;
|
||||||
};
|
};
|
||||||
if(isNil "DZE_FriendlySaving") then {
|
|
||||||
DZE_FriendlySaving = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
DZE_Friends = [];
|
DZE_Friends = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user