Allow maintain options even on godmodebases

This commit is contained in:
[VB]AWOL
2014-02-09 11:09:04 -06:00
parent 1ad5570552
commit 708787db91

View File

@@ -150,7 +150,6 @@ if (isServer and isNil "sm_done") then {
if ((typeOf _object) in dayz_allowedObjects) then {
if (DZE_GodModeBase) then {
_object addEventHandler ["HandleDamage", {false}];
_object setDamage 0;
} else {
_object addMPEventHandler ["MPKilled",{_this call object_handleServerKilled;}];
};