fix-inverted-logic

This commit is contained in:
commy2 2016-07-30 12:35:10 +02:00 committed by GitHub
parent 5a1b33a5da
commit b059217f4d

View File

@ -19,7 +19,7 @@
params ["_name", "_handler", ["_ttl", 0]];
if !([GVAR(syncedEvents), _name] call CBA_fnc_hashHasKey) exitWith {
if ([GVAR(syncedEvents), _name] call CBA_fnc_hashHasKey) exitWith {
ACE_LOGERROR_1("Duplicate synced event [%1] creation.",_name);
false
};