From 9f07f7e53cff91363dea3884f7ac046c41f65612 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 28 Aug 2025 20:19:24 -0300 Subject: fix buddy status causing a client assertion --- src/connections.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connections.cc') diff --git a/src/connections.cc b/src/connections.cc index 84daec6..f1d36fb 100644 --- a/src/connections.cc +++ b/src/connections.cc @@ -202,7 +202,7 @@ bool TConnection::JoinGame(TReadBuffer *Buffer){ } this->ClearKnownCreatureTable(false); - + try{ this->TerminalType = (int)Buffer->readWord(); this->TerminalVersion = (int)Buffer->readWord(); -- cgit v1.2.3