Merge pull request #2387 from acemod/FixHCPPE

Fix that PPEffects Throw a error on HC
This commit is contained in:
Glowbal
2015-09-15 21:04:37 +02:00
25 changed files with 30 additions and 18 deletions

View File

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