mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
clang-modernize -use-auto convert for world/lfplist.cpp
This commit is contained in:
parent
3df27a9379
commit
1770862b10
@ -228,7 +228,7 @@ void GroupLFPList::SendLFPMatches(ServerLFPMatchesRequest_Struct* smrs) {
|
||||
}
|
||||
}
|
||||
|
||||
ServerPacket* Pack = new ServerPacket(ServerOP_LFPMatches, (sizeof(ServerLFPMatchesResponse_Struct) * Matches) + 4);
|
||||
auto Pack = new ServerPacket(ServerOP_LFPMatches, (sizeof(ServerLFPMatchesResponse_Struct) * Matches) + 4);
|
||||
|
||||
char *Buf = (char *)Pack->pBuffer;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user