Skip to content

Commit

Permalink
fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed May 7, 2024
1 parent 23e3890 commit f0f1cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/network/protocol/protocolgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3999,7 +3999,6 @@ void ProtocolGame::sendCyclopediaCharacterTitles() {
msg.addByte(title.m_permanent ? 0x01 : 0x00);
auto isUnlocked = player->title()->isTitleUnlocked(title.m_id);
msg.addByte(isUnlocked ? 0x01 : 0x00);
g_logger().debug("ProtocolGame::addByte - title: {}, unlocked: {}", title.m_id, isUnlocked);
}

writeToOutputBuffer(msg);
Expand Down

0 comments on commit f0f1cdc

Please sign in to comment.