mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 10:31:45 +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() {
|
plugin.getServer().getScheduler().runTaskLaterAsynchronously(plugin, new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
System.out.println(mcp.isHasPlayed());
|
|
||||||
if (!mcp.isOnline() || mcp.isHasPlayed()) {
|
if (!mcp.isOnline() || mcp.isHasPlayed()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -321,7 +320,6 @@ public class PluginMessageController {
|
|||||||
if (p == null || p.isHasPlayed()) {
|
if (p == null || p.isHasPlayed()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println(p.isHasPlayed());
|
|
||||||
for (Object ch : p.getListening().toArray()) {
|
for (Object ch : p.getListening().toArray()) {
|
||||||
String c = ch.toString();
|
String c = ch.toString();
|
||||||
ChatChannel cha = configService.getChannel(c);
|
ChatChannel cha = configService.getChannel(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user