Network adjustment for Courtroom slides (#356)
This commit is contained in:
parent
5b2d96fed9
commit
d62121c236
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user