diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-28 20:19:24 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-28 20:19:24 -0300 |
| commit | 9f07f7e53cff91363dea3884f7ac046c41f65612 (patch) | |
| tree | 15b23e6f6b0aef8ce6ea429e91cfdec89ef8550f /src/connections.cc | |
| parent | c670fea4acd1692f32956de5d641201830b123b0 (diff) | |
| download | game-9f07f7e53cff91363dea3884f7ac046c41f65612.tar.gz game-9f07f7e53cff91363dea3884f7ac046c41f65612.zip | |
fix buddy status causing a client assertion
Diffstat (limited to 'src/connections.cc')
| -rw-r--r-- | src/connections.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
