Fix trace

This commit is contained in:
Nicolas Diego Badano 2016-02-24 12:17:48 -03:00
parent c6f6e4e9f7
commit 5af4e1ca25

View File

@ -61,7 +61,7 @@ if (isServer) then {
// Create a logic to get the client ID
GVAR(localLogic) = (createGroup sideLogic) createUnit ["Logic", [0,0,0], [], 0, "NONE"];
TRACE_1("clientRequestsOrientations sent:",GVAR(localGroup));
TRACE_1("clientRequestsOrientations sent:",GVAR(localLogic));
["clientRequestsOrientations", [GVAR(localLogic)]] call EFUNC(common,serverEvent);
};