Cleaned up event handler

This commit is contained in:
SilentSpike 2015-05-19 12:11:31 +01:00
parent bfce854be3
commit 8fe1a65207
2 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ PREP(bi_moduleCurator);
PREP(bi_moduleMine);
PREP(bi_moduleProjectile);
PREP(bi_moduleRemoteControl);
PREP(contextualModules);
PREP(handleZeusUnitAssigned);
PREP(moduleCapture);
PREP(moduleKnockout);
PREP(moduleSurrender);
PREP(moduleZeusSettings);
if (isServer) then {
["zeusUnitAssigned", {_this call FUNC(contextualModules)}] call EFUNC(common,addEventHandler);
["zeusUnitAssigned", FUNC(handleZeusUnitAssigned)] call EFUNC(common,addEventHandler);
};
ADDON = true;