From e82726ba5b4a2faf8caea747789d71f1e717f7f8 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:54:52 +0200 Subject: Attorney Online 2.11 Release Candidate 1 (#1026) * Version bump and minor fixes * Remove unecessary headers Thanks QtCreator --- src/packet_distribution.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/packet_distribution.cpp') 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") -- cgit