Rename event, removing prefix. Back to square one.

This commit is contained in:
esteldunedain 2016-03-05 21:11:53 -03:00
parent 5450954fc2
commit e15d534fd1

View File

@ -33,7 +33,7 @@ _tag setPosASL _tagPosASL;
_tag setVectorDirAndUp _vectorDirAndUp;
// Throw a global event for mision makers
[QGVAR(tagCreated), [_tag, _color, _object, _unit]] call EFUNC(common,globalEvent);
["tagCreated", [_tag, _color, _object, _unit]] call EFUNC(common,globalEvent);
if (isNull _object) exitWith {};