Revert "Unify server pinging implementations between app and backend (#5510)" (#5558)

This commit is contained in:
aecsocket
2026-03-13 13:58:57 -07:00
committed by GitHub
parent 4792985e52
commit 31b541007d
13 changed files with 222 additions and 243 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
mod protocol;
mod server;
pub use server::{
connect, ConnectionConfig, ServerError, ServerPlayer, ServerPlayers, ServerVersion,
StatusConnection, StatusResponse,
connect, ConnectionConfig, ServerDescription, ServerError, ServerPlayer, ServerPlayers,
ServerVersion, StatusConnection, StatusResponse,
};