mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 12:58:22 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
@@ -153,7 +153,7 @@ std::unique_ptr<EQApplicationPacket> WorldServerManager::CreateServerListPacket(
|
||||
s->SerializeForClientServerList(buf, use_local_ip, client->GetClientVersion());
|
||||
}
|
||||
|
||||
return std::make_unique<EQApplicationPacket>(OP_ServerListResponse, buf);
|
||||
return std::make_unique<EQApplicationPacket>(OP_ServerListResponse, std::move(buf));
|
||||
}
|
||||
|
||||
void WorldServerManager::SendUserLoginToWorldRequest(
|
||||
|
||||
Reference in New Issue
Block a user