Add missing private var

This commit is contained in:
ebaydayz
2016-11-06 20:29:17 -05:00
parent b312fc2685
commit ecc1ca0aeb

View File

@@ -1,4 +1,4 @@
private ["_event","_groupUIDs","_newGroup","_player","_playerUID"];
private ["_event","_groupUIDs","_newGroup","_player","_playerUID","_save"];
_event = _this select 0;
_player = _this select 1;