diff --git a/src/packets.cpp b/src/packets.cpp index 8f501d0..d0bbe57 100644 --- a/src/packets.cpp +++ b/src/packets.cpp @@ -601,6 +601,9 @@ AOPacket AOClient::validateIcPacket(AOPacket packet) int additive = incoming_args[24].toInt(); if (additive != 0 && additive != 1) return invalid; + else if (additive == 1) { + args[4].insert(0, " "); + } args.append(QString::number(additive)); // effect