Update zoneserver.cpp

This commit is contained in:
Chris Miles 2025-06-11 16:56:23 -05:00
parent 93b8e3cf3e
commit c04d28e3f2

View File

@ -58,8 +58,6 @@ void ZoneServer::SendPlayerEventLogSettings()
dyn_pack.PutSerialize(0, settings);
LogInfo("settings size [{}]", dyn_pack.Length());
auto packet_size = sizeof(ServerSendPlayerEvent_Struct) + dyn_pack.Length();
auto pack = std::make_unique<ServerPacket>(