aboutsummaryrefslogtreecommitdiff
path: root/src/packet_distribution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet_distribution.cpp')
-rw-r--r--src/packet_distribution.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp
index bc7ae826..5777821a 100644
--- a/src/packet_distribution.cpp
+++ b/src/packet_distribution.cpp
@@ -469,10 +469,10 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
goto end;
if (courtroom_constructed) {
- qDebug() << f_contents;
- if (f_contents.size() >=
- 2) // We have a pos included in the background packet!
+ if (f_contents.size() >= 2) {
+ // We have a pos included in the background packet!
w_courtroom->set_side(f_contents.at(1));
+ }
w_courtroom->set_background(f_contents.at(0), f_contents.size() >= 2);
append_to_demofile(f_packet_encoded);
}
@@ -645,7 +645,6 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
// The time as displayed on the clock, in milliseconds.
// If the number received is negative, stop the timer.
qint64 timer_value = f_contents.at(2).toLongLong();
- qDebug() << "timer:" << timer_value;
if (timer_value > 0)
{
if (type == 0)