mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-12-13 21:54:51 +00:00
spacing
This commit is contained in:
@@ -447,7 +447,7 @@ public class MineverseChat extends JavaPlugin implements PluginMessageListener {
|
|||||||
if(getConfig().getBoolean("ignorechat", false)) {
|
if(getConfig().getBoolean("ignorechat", false)) {
|
||||||
if(!p.getIgnores().contains(senderUUID)) {
|
if(!p.getIgnores().contains(senderUUID)) {
|
||||||
// System.out.println("Chat sent");
|
// System.out.println("Chat sent");
|
||||||
Format.sendPacketPlayOutChat(p.getPlayer(), packet);
|
Format.sendPacketPlayOutChat(p.getPlayer(), packet);
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user