Fixed HuntIR deployment

This commit is contained in:
BaerMitUmlaut 2016-05-11 11:18:07 +02:00
parent d7b239f487
commit f3fbb6cbdd

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);