mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 13:58:22 +00:00
NULL to nullptr
This commit is contained in:
@@ -127,7 +127,7 @@ bool LauncherLink::Process() {
|
||||
m_name = it->name;
|
||||
|
||||
EQLConfig *config = launcher_list.GetConfig(m_name.c_str());
|
||||
if(config == NULL) {
|
||||
if(config == nullptr) {
|
||||
_log(WORLD__LAUNCH, "Unknown launcher '%s' connected. Disconnecting.", it->name);
|
||||
Disconnect();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user