summaryrefslogtreecommitdiffstats
path: root/game/client/bother.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/bother.cc')
-rw-r--r--game/client/bother.cc1
1 files changed, 1 insertions, 0 deletions
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<void *>(static_cast<std::uintptr_t>(item.identity));
bother_set.insert(item.identity);
+ enet_host_flush(bother_host);
}
bother_queue.pop_front();