fix error in handleplayerchanged for tacticl ladder

This commit is contained in:
commy2 2015-09-28 21:16:13 +02:00
parent bc8cefa5e7
commit 19131f001d

View File

@ -13,7 +13,7 @@
*/
#include "script_component.hpp"
if (isNull (GETMVAR(ladder,objNull))) exitWith {};
if (isNull (GETGVAR(ladder,objNull))) exitWith {};
params ["_newPlayer", "_oldPlayer"];