mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix error in handleplayerchanged for tacticl ladder
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
if (isNull (GETMVAR(ladder,objNull))) exitWith {};
|
if (isNull (GETGVAR(ladder,objNull))) exitWith {};
|
||||||
|
|
||||||
params ["_newPlayer", "_oldPlayer"];
|
params ["_newPlayer", "_oldPlayer"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user