clang-modernize -use-nullptr for ucs/worldserver.cpp

This commit is contained in:
Michael Cook (mackal) 2015-01-09 13:18:49 -05:00
parent b398d65eb8
commit 7e72f10a3b

View File

@ -62,7 +62,7 @@ void WorldServer::Process()
if (!Connected())
return;
ServerPacket *pack = 0;
ServerPacket *pack = nullptr;
while((pack = tcpc.PopPacket()))
{