mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 16:05:00 +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;
|
return;
|
||||||
if (Common.IN_GUILD_CHAT.contains(player))
|
if (Common.IN_GUILD_CHAT.contains(player))
|
||||||
{
|
{
|
||||||
e.setCancelled(true);
|
|
||||||
guild.chat(player.getName(), e.getMessage());
|
guild.chat(player.getName(), e.getMessage());
|
||||||
|
e.setCancelled(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (guild.hasTag())
|
if (guild.hasTag())
|
||||||
|
|
Loading…
Reference in a new issue