mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 07:55:03 +00:00
Yes.
This commit is contained in:
parent
f8ce464b7a
commit
8ffbff9de7
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue