1
0
Fork 0
forked from mc/VTools

fix assert

This commit is contained in:
Sodium-Aluminate 2023-12-21 18:12:15 +08:00
parent 7581ef4595
commit 513ba7ad8c

View file

@ -58,6 +58,7 @@ public class ServerCloser {
if (!INSTANCE.server.getAllPlayers().isEmpty()) {
plugin.logger.error("ServerCloser: 定时器到点时发现服务器有人。这不应发生,因为定时器本应该被打断。");
TGBridge.error("ServerCloser: #bug @NaAlOH4 定时器到点时发现服务器有人。这不应发生,因为定时器本应该被打断。");
return;
}
boolean httpSuccess = false;
for (int i = 0; i < 3; i++) {