add missing ;

This commit is contained in:
commy2 2015-09-03 13:39:17 +02:00
parent 76bb2bd2b8
commit 6b7f84b297

View File

@ -108,4 +108,4 @@ GVAR(hasWatch) = true;
GVAR(hasWatch) = true; GVAR(hasWatch) = true;
}; };
GVAR(hasWatch) = "ItemWatch" in (_this select 1 select 17); GVAR(hasWatch) = "ItemWatch" in (_this select 1 select 17);
}] call EFUNC(common,addEventHandler) }] call EFUNC(common,addEventHandler);