mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user