mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3851 from acemod/huntIR-multipara-fix
Fixed HuntIR deployment
This commit is contained in:
commit
5c7148de1f
@ -11,4 +11,3 @@ GVAR(ELEVAT) = 0.01;
|
|||||||
// Register fire event handler
|
// Register fire event handler
|
||||||
// Don't run for non players, as they are too dumb to launch huntirs anyway
|
// Don't run for non players, as they are too dumb to launch huntirs anyway
|
||||||
["firedPlayer", DFUNC(handleFired)] call EFUNC(common,addEventHandler);
|
["firedPlayer", DFUNC(handleFired)] call EFUNC(common,addEventHandler);
|
||||||
["firedPlayerNonLocal", DFUNC(handleFired)] call EFUNC(common,addEventHandler);
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Author: Norrin, Rocko, Ruthberg
|
* 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:
|
* Arguments:
|
||||||
* None. Parameters inherited from EFUNC(common,firedEH)
|
* None. Parameters inherited from EFUNC(common,firedEH)
|
||||||
|
Loading…
Reference in New Issue
Block a user