mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2025-01-10 00:47:54 +00:00
return;
This commit is contained in:
parent
ca0e2e2c62
commit
f8ce464b7a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class ChatListener implements Listener
|
||||||
{
|
{
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
guild.chat(player.getName(), e.getMessage());
|
guild.chat(player.getName(), e.getMessage());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (guild.hasTag())
|
if (guild.hasTag())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue