[Cleanup] Cleanup #show ip_lookup Message

This commit is contained in:
Kinglykrab
2025-08-29 19:52:48 -04:00
parent 02f66de679
commit 7d5d6ad3a0
3 changed files with 88 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;