Remove DZE_permanentPlot variable

There is no longer a need for the DZE_permanentPlot variable since all servers use plot management and plot for life.
This commit is contained in:
A Man
2021-09-20 10:30:32 +02:00
parent aad27e6ed7
commit 5aba5d7ddd
25 changed files with 102 additions and 222 deletions

View File

@@ -30,11 +30,7 @@ _blood = 0;
_cureAttempt = 0;
_lastRest = player getVariable ["lastRest", 0];
_tent = _this select 3;
if (DZE_permanentPlot) then {
_isOwner = (_tent getVariable ["ownerPUID","0"]) == dayz_playerUID;
} else {
_isOwner = (_tent getVariable ["characterID","0"]) == dayz_characterID;
};
_isOwner = (_tent getVariable ["ownerPUID","0"]) == dayz_playerUID;
while {r_doLoop} do {
_isAsleep = (animationState player) in _sleepArray;