Skip to content

Commit

Permalink
Enable checksum mode for otclient
Browse files Browse the repository at this point in the history
  • Loading branch information
nekiro committed Dec 10, 2024
1 parent e11bfe3 commit 07cd638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ void ProtocolGame::onRecvFirstMessage(NetworkMessage& msg)
}

// Change packet verifying mode for QT clients
if (version >= 1111 && operatingSystem >= CLIENTOS_QT_LINUX && operatingSystem < CLIENTOS_OTCLIENT_LINUX) {
if (version >= 1111 && operatingSystem >= CLIENTOS_QT_LINUX && operatingSystem <= CLIENTOS_OTCLIENT_MAC) {
setChecksumMode(CHECKSUM_SEQUENCE);
}

Expand Down

0 comments on commit 07cd638

Please sign in to comment.