mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Update zoneserver.cpp
This commit is contained in:
@@ -58,8 +58,6 @@ void ZoneServer::SendPlayerEventLogSettings()
|
|||||||
|
|
||||||
dyn_pack.PutSerialize(0, settings);
|
dyn_pack.PutSerialize(0, settings);
|
||||||
|
|
||||||
LogInfo("settings size [{}]", dyn_pack.Length());
|
|
||||||
|
|
||||||
auto packet_size = sizeof(ServerSendPlayerEvent_Struct) + dyn_pack.Length();
|
auto packet_size = sizeof(ServerSendPlayerEvent_Struct) + dyn_pack.Length();
|
||||||
|
|
||||||
auto pack = std::make_unique<ServerPacket>(
|
auto pack = std::make_unique<ServerPacket>(
|
||||||
|
|||||||
Reference in New Issue
Block a user