mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing semicolon
This commit is contained in:
parent
180a0f9d84
commit
04b61ff32e
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
params ["_unit"]
|
params ["_unit"];
|
||||||
|
|
||||||
// If locality changed finish the local loop
|
// If locality changed finish the local loop
|
||||||
// @todo: reinitiate the loop elsewhere
|
// @todo: reinitiate the loop elsewhere
|
||||||
|
Loading…
Reference in New Issue
Block a user