diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 17:50:53 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 22:22:25 +0000 |
| commit | 5541e36f81d5d565f7a205ad1f7db2b2463ff553 (patch) | |
| tree | 6d3c27e7144baf053cb1e64a402b1b30d9f5fbc5 /src/packet_distribution.cpp | |
| parent | 173c52f87d9519f2462c6f33a500cea005b71ada (diff) | |
Remove IL packet
IL packet is a relic from pre-IPID days when moderators used it to get
the "IP list" of connected users.
Its function is to display a list of strings in the OOC chat box. That's
it. Not even some obscure feature that can be revived. Everything IL can
do, CT can do (the "OOC message" packet).
Diffstat (limited to 'src/packet_distribution.cpp')
| -rw-r--r-- | src/packet_distribution.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp index 5c9cd17..2ff35ce 100644 --- a/src/packet_distribution.cpp +++ b/src/packet_distribution.cpp @@ -474,14 +474,6 @@ void AOApplication::server_packet_received(AOPacket packet) } log_to_demo = false; } - else if (header == "IL") - { - if (is_courtroom_constructed() && !content.isEmpty()) - { - w_courtroom->set_ip_list(content.at(0)); - } - log_to_demo = false; - } else if (header == "MU") { if (is_courtroom_constructed() && !content.isEmpty()) |
