From d1d7521ee859f10e99fb3f82e710c8bbeb7c41c5 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 16 Mar 2025 22:19:39 +0500 Subject: Fix the bizzare CRC32 callback I forgot to remove - This fixes bother not working - Separated client and server splashes - Added server splashes --- game/server/status.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'game/server/status.cc') diff --git a/game/server/status.cc b/game/server/status.cc index 0b8660b..e44a4f4 100644 --- a/game/server/status.cc +++ b/game/server/status.cc @@ -11,7 +11,6 @@ static void on_status_request_packet(const protocol::StatusRequest &packet) { - spdlog::info("STATUS REQUEST"); protocol::StatusResponse response; response.version = protocol::VERSION; response.max_players = sessions::max_players.get_value(); -- cgit