Fix event name typo

This commit is contained in:
esteldunedain 2016-02-27 09:26:42 -03:00
parent b9e1028f23
commit 8280335d07

View File

@ -39,7 +39,7 @@ GVAR(CurrentSpeedDial) = 0;
// In case we are a JIP client, ask the server for orientation of any previously
// placed mine.
if (isServer) then {
["clientRequestsOrientation", {
["clientRequestsOrientations", {
params ["_logic"];
TRACE_1("clientRequestsOrientations received:",_logic);
TRACE_2("serverSendsOrientations sent:",GVAR(explosivesOrientations));