mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +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())
|
if (!Connected())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
ServerPacket *pack = 0;
|
ServerPacket *pack = nullptr;
|
||||||
|
|
||||||
while((pack = tcpc.PopPacket()))
|
while((pack = tcpc.PopPacket()))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user