Fix bracket

This commit is contained in:
BaerMitUmlaut 2016-11-13 18:11:18 +01:00
parent 27916e8455
commit b4569f0a96

View File

@ -13,4 +13,4 @@
#include "script_component.hpp"
params ["_unit"];
(GVAR(allowDeathMode) < 2) && {!(_unit getVariable [QGVAR(deathBlocked), false])}}
(GVAR(allowDeathMode) < 2) && {!(_unit getVariable [QGVAR(deathBlocked), false])}