mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed mission semicolon
This commit is contained in:
parent
7a0a1ead6e
commit
3a2963c252
@ -15,7 +15,7 @@
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
params ["_logic","_units", "_activated"]
|
||||
params ["_logic","_units", "_activated"];
|
||||
|
||||
if !(_activated) exitWith {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user