Skip to content

Commit

Permalink
Network adjustment for Courtroom slides (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
in1tiate authored Jun 17, 2024
1 parent 5b2d96f commit d62121c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/packet/packet_ms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ AOPacket *PacketMS::validateIcPacket(AOClient &client) const
// blips
l_args.append(l_incoming_args[26].toString());
}
if (l_incoming_args.size() >= 28) {
// slide toggle
l_args.append(l_incoming_args[27].toString());
}

// Testimony playback
QString client_name = client.m_ooc_name;
Expand Down

0 comments on commit d62121c

Please sign in to comment.