mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
clang-modernize -use-nullptr for ucs/worldserver.cpp
This commit is contained in:
parent
b398d65eb8
commit
7e72f10a3b
@ -62,7 +62,7 @@ void WorldServer::Process()
|
||||
if (!Connected())
|
||||
return;
|
||||
|
||||
ServerPacket *pack = 0;
|
||||
ServerPacket *pack = nullptr;
|
||||
|
||||
while((pack = tcpc.PopPacket()))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user