summaryrefslogtreecommitdiffstats
path: root/src/game/client/bother.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/bother.cc')
-rw-r--r--src/game/client/bother.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/bother.cc b/src/game/client/bother.cc
index 8bd7182..7b10be5 100644
--- a/src/game/client/bother.cc
+++ b/src/game/client/bother.cc
@@ -47,7 +47,7 @@ void bother::init(void)
bother_dispatcher.sink<protocol::StatusResponse>().connect<&on_status_response_packet>();
}
-void bother::deinit(void)
+void bother::shutdown(void)
{
enet_host_destroy(bother_host);
bother_dispatcher.clear();