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/client/bother.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'game/client/bother.cc') diff --git a/game/client/bother.cc b/game/client/bother.cc index e808485..8ca247a 100644 --- a/game/client/bother.cc +++ b/game/client/bother.cc @@ -75,6 +75,7 @@ void bother::update_late(void) if(auto peer = enet_host_connect(bother_host, &address, 1, 0)) { peer->data = reinterpret_cast(static_cast(item.identity)); bother_set.insert(item.identity); + enet_host_flush(bother_host); } bother_queue.pop_front(); -- cgit