mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +00:00
clang-modernize -use-nullptr for ucs/clientlist.cpp
This commit is contained in:
parent
f3f9997adf
commit
bf9b126eef
@ -618,7 +618,7 @@ void Clientlist::Process() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
EQApplicationPacket *app = 0;
|
EQApplicationPacket *app = nullptr;
|
||||||
|
|
||||||
bool KeyValid = true;
|
bool KeyValid = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user