Fix for create / leave Group

Once closed the Invites Screen, no more invites from the same Group are possible until relog.
Not sure, for what "Epoch_invited_GroupUIDsPrev" should be needed. Noticed no disadvantages by not compare it here
This commit is contained in:
He-Man 2017-04-08 18:56:18 +02:00 committed by GitHub
parent bd89a1eadd
commit 3458edf473

View File

@ -15,7 +15,7 @@
//[[[cog import generate_private_arrays ]]]
private ["_index"];
//[[[end]]]
if !(Epoch_invited_GroupUIDs isEqualTo Epoch_invited_GroupUIDsPrev) then {
if !(Epoch_invited_GroupUIDs isEqualTo []) then {
Epoch_invited_GroupUIDsPrev = Epoch_invited_GroupUIDs;
lbClear 1500;
{