mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
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:
parent
bd89a1eadd
commit
3458edf473
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user