Fixed mission semicolon

This commit is contained in:
jokoho48 2015-08-05 02:09:51 +02:00
parent 7a0a1ead6e
commit 3a2963c252

View File

@ -15,7 +15,7 @@
#include "script_component.hpp"
params ["_logic","_units", "_activated"]
params ["_logic","_units", "_activated"];
if !(_activated) exitWith {};