Fix missing semicolon

This commit is contained in:
Glowbal 2016-05-14 10:37:29 +02:00
parent 180a0f9d84
commit 04b61ff32e

View File

@ -13,7 +13,7 @@
#include "script_component.hpp"
params ["_unit"]
params ["_unit"];
// If locality changed finish the local loop
// @todo: reinitiate the loop elsewhere