Merge pull request #3851 from acemod/huntIR-multipara-fix

Fixed HuntIR deployment
This commit is contained in:
Glowbal 2016-06-02 10:38:37 +02:00
commit 5c7148de1f
2 changed files with 1 additions and 2 deletions

View File

@ -11,4 +11,3 @@ GVAR(ELEVAT) = 0.01;
// Register fire event handler
// Don't run for non players, as they are too dumb to launch huntirs anyway
["firedPlayer", DFUNC(handleFired)] call EFUNC(common,addEventHandler);
["firedPlayerNonLocal", DFUNC(handleFired)] call EFUNC(common,addEventHandler);

View File

@ -1,7 +1,7 @@
/*
* Author: Norrin, Rocko, Ruthberg
*
* Handles HuntIR projectiles. Called from the unified fired EH for all CAManBase.
* Handles HuntIR projectiles. Called from the unified fired EH for the local player.
*
* Arguments:
* None. Parameters inherited from EFUNC(common,firedEH)