aboutsummaryrefslogtreecommitdiff
path: root/src/packet_distribution.cpp
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-07-21 18:54:52 +0200
committerGitHub <noreply@github.com>2024-07-21 18:54:52 +0200
commite82726ba5b4a2faf8caea747789d71f1e717f7f8 (patch)
tree540c4eb207a28d26fe91b3cfed92bb6d02240a66 /src/packet_distribution.cpp
parent0c3a4259ab22ff2e44e4eca6a11e8054f3c78d30 (diff)
Attorney Online 2.11 Release Candidate 1 (#1026)
* Version bump and minor fixes * Remove unecessary headers Thanks QtCreator
Diffstat (limited to 'src/packet_distribution.cpp')
-rw-r--r--src/packet_distribution.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp
index 9ec6fd01..94fd3b69 100644
--- a/src/packet_distribution.cpp
+++ b/src/packet_distribution.cpp
@@ -90,6 +90,7 @@ void AOApplication::server_packet_received(AOPacket packet)
else if (header == "FL")
{
m_serverdata.set_features(content);
+ w_courtroom->set_widgets();
log_to_demo = false;
}
else if (header == "PN")