mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
Update zoneserver.cpp
This commit is contained in:
parent
93b8e3cf3e
commit
c04d28e3f2
@ -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>(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user