mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +00:00
NULL to nullptr
This commit is contained in:
@@ -64,12 +64,12 @@ public:
|
||||
/**
|
||||
* Checks to see if there is a server exists with this name, ignoring option.
|
||||
*/
|
||||
bool ServerExists(string l_name, string s_name, WorldServer *ignore = NULL);
|
||||
bool ServerExists(string l_name, string s_name, WorldServer *ignore = nullptr);
|
||||
|
||||
/**
|
||||
* Destroys a server with this name, ignoring option.
|
||||
*/
|
||||
void DestroyServerByName(string l_name, string s_name, WorldServer *ignore = NULL);
|
||||
void DestroyServerByName(string l_name, string s_name, WorldServer *ignore = nullptr);
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user