remove if (!hasInterface) from PFH

move ! in ()
This commit is contained in:
jokoho48
2015-09-11 16:58:26 +02:00
parent cc9cdae972
commit b7e02da1cc
27 changed files with 22 additions and 28 deletions

View File

@ -12,7 +12,7 @@
#include "script_component.hpp"
if !(hasInterface) exitWith {};
if (!hasInterface) exitWith {};
PARAMS_3(_logic,_units,_activated);