Fix MPKilled mp evh call on client, add correct 0 return value for all HandleDamage evhs when godmode

This commit is contained in:
A Man
2022-04-18 10:22:42 +02:00
parent 2a1f36f55c
commit bec7ff8146
8 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ if (count _upgrade > 0) then {
if (DZE_GodModeBase && {!(_classname in DZE_GodModeBaseExclude)}) then {
_object addEventHandler ["HandleDamage", {false}];
_object addEventHandler ["HandleDamage", {0}];
} else {
//