This commit is contained in:
speed 2020-07-17 01:37:31 -04:00 committed by GitHub
parent f8ce464b7a
commit 8ffbff9de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ public class ChatListener implements Listener
return;
if (Common.IN_GUILD_CHAT.contains(player))
{
e.setCancelled(true);
guild.chat(player.getName(), e.getMessage());
e.setCancelled(true);
return;
}
if (guild.hasTag())