Fixed: Removed § at the end of EH call

This commit is contained in:
Alessandro Foresi 2015-05-20 22:04:19 +02:00
parent e6270f6e39
commit 67319b6808

View File

@ -267,7 +267,7 @@ if (USE_WOUND_EVENT_SYNC) then {
// Item Event Handler
["playerInventoryChanged", {
[ACE_player] call FUNC(itemCheck);
}] call EFUNC(common,addEventHandler);§
}] call EFUNC(common,addEventHandler);
// Networked litter
[QGVAR(createLitter), FUNC(handleCreateLitter), GVAR(litterCleanUpDelay)] call EFUNC(common,addSyncedEventHandler);