[Cleanup] Cleanup #show ip_lookup Message (#5005)

* [Cleanup] Cleanup #show ip_lookup Message

* Test

* Update clientlist.cpp
This commit is contained in:
Alex King
2025-08-30 13:05:18 -04:00
committed by GitHub
parent 0c65a4febe
commit 822a5dcac4
3 changed files with 79 additions and 34 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ void ShowIPLookup(Client *c, const Seperator *sep)
auto pack = new ServerPacket(
ServerOP_IPLookup,
sizeof(ServerGenericWorldQuery_Struct) + ip_length + 1
sizeof(ServerGenericWorldQuery_Struct) + ip_length
);
auto s = (ServerGenericWorldQuery_Struct *) pack->pBuffer;