Civcraft / NameLayer

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/NameLayer
BSD 3-Clause "New" or "Revised" License
4 stars 14 forks source link

Can't /nlag across shards in certain circumstances #169

Closed ProgrammerDan closed 8 years ago

ProgrammerDan commented 8 years ago

You get the invitation notice just fine, but when you use /nlag in a shard different from the invitation shard, you get the "You were not invited to that group." message.

rourke750 commented 8 years ago

https://github.com/Civcraft/NameLayer/blob/master/NameLayerMain/src/vg/civcraft/mc/namelayer/listeners/MercuryMessageListener.java#L69

missing the add invite there. @ProgrammerDan if you just want to snag it.

ProgrammerDan commented 8 years ago

Altering:

if the only member does /nlleg before the target player has accepted, the above issue occurs. /nlip and /nlag work fine if you don't do that in the middle.

idoash4 commented 8 years ago

https://github.com/Civcraft/NameLayer/pull/173