no message

This commit is contained in:
2025-02-14 02:17:56 +03:00
parent a86a5b1e6b
commit 209bb2455d
11 changed files with 29 additions and 18 deletions

View File

@@ -316,7 +316,7 @@ public abstract class RepositoryServer<D extends Database> {
}
@Override
protected void ServerAction() throws Exception {
Command(new ServerExchangeUnit_2021(ServerCode.Ping));
unsafe_command(new ServerExchangeUnit_2021(ServerCode.Ping));
}
@Override
protected boolean validate() {