Skip to content

Commit

Permalink
Update protocolgame.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MillhioreBT committed Apr 28, 2024
1 parent 093fc81 commit b671016
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 @@ -372,7 +372,7 @@ void ProtocolGame::onRecvFirstMessage(NetworkMessage& msg)
}

if (isOTCv8) {
sendOTCv8Features();
//sendOTCv8Features();
NetworkMessage opcodeMessage;
opcodeMessage.addByte(0x32);
opcodeMessage.addByte(0x00);
Expand Down

0 comments on commit b671016

Please sign in to comment.