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:
parent
bc8cefa5e7
commit
19131f001d
@ -13,7 +13,7 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
if (isNull (GETMVAR(ladder,objNull))) exitWith {};
|
||||
if (isNull (GETGVAR(ladder,objNull))) exitWith {};
|
||||
|
||||
params ["_newPlayer", "_oldPlayer"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user