fix assert
This commit is contained in:
parent
7581ef4595
commit
513ba7ad8c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ public class ServerCloser {
|
||||||
if (!INSTANCE.server.getAllPlayers().isEmpty()) {
|
if (!INSTANCE.server.getAllPlayers().isEmpty()) {
|
||||||
plugin.logger.error("ServerCloser: 定时器到点时发现服务器有人。这不应发生,因为定时器本应该被打断。");
|
plugin.logger.error("ServerCloser: 定时器到点时发现服务器有人。这不应发生,因为定时器本应该被打断。");
|
||||||
TGBridge.error("ServerCloser: #bug @NaAlOH4 定时器到点时发现服务器有人。这不应发生,因为定时器本应该被打断。");
|
TGBridge.error("ServerCloser: #bug @NaAlOH4 定时器到点时发现服务器有人。这不应发生,因为定时器本应该被打断。");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
boolean httpSuccess = false;
|
boolean httpSuccess = false;
|
||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
|
|
Loading…
Reference in a new issue