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