为什么我不能从数组列表中删除它?
代码:
if(client.getChannelId() != 551) {
TeamspeakBot.log.send("YES");
TeamspeakBot.log.send(clientid);
if(TeamspeakBot.supportQueue.contains(clientid)) {
TeamspeakBot.log.send("YES2");
TeamspeakBot.supportQueue.remove(clientid);
}
} else {
TeamspeakBot.log.send("NO");
}
输出:
https://hastebin.com/lafocuwuza.cs
开满天机
相关分类