mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 22:18:20 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
WorldConfig *WorldConfig::_world_config = nullptr;
|
||||
|
||||
|
||||
string WorldConfig::GetByName(const string &var_name) const {
|
||||
std::string WorldConfig::GetByName(const std::string &var_name) const {
|
||||
if(var_name == "UpdateStats")
|
||||
return(UpdateStats?"true":"false");
|
||||
if(var_name == "LoginDisabled")
|
||||
|
||||
Reference in New Issue
Block a user