mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 02:19:05 +00:00
Remove prints
This commit is contained in:
parent
53ddb3f591
commit
ba1bc62fb9
@ -92,7 +92,6 @@ public class PluginMessageController {
|
||||
plugin.getServer().getScheduler().runTaskLaterAsynchronously(plugin, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
System.out.println(mcp.isHasPlayed());
|
||||
if (!mcp.isOnline() || mcp.isHasPlayed()) {
|
||||
return;
|
||||
}
|
||||
@ -321,7 +320,6 @@ public class PluginMessageController {
|
||||
if (p == null || p.isHasPlayed()) {
|
||||
return;
|
||||
}
|
||||
System.out.println(p.isHasPlayed());
|
||||
for (Object ch : p.getListening().toArray()) {
|
||||
String c = ch.toString();
|
||||
ChatChannel cha = configService.getChannel(c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user