fix: fix bot spawn problem

This commit is contained in:
Helvetica Volubi
2026-08-09 03:24:16 +08:00
parent 5cd355881a
commit c619486da9
@@ -75,6 +75,10 @@ public class ServerBotPacketListenerImpl extends ServerGamePacketListenerImpl {
public void tick() {
}
@Override
public void flushChannel() {
}
@Override
public boolean isConnected() {
return true;