mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 19:53:52 +00:00
[Cleanup] Remove DisableStats(), EnableStats(), DisableLoginserver(), and EnableLoginserver() from world_config.h (#3107)
# Notes - These are unused.
This commit is contained in:
parent
b3fb5f00ab
commit
fa47dd7f93
@ -59,12 +59,6 @@ public:
|
||||
static void LockWorld() { if (_world_config) _world_config->Locked=true; }
|
||||
static void UnlockWorld() { if (_world_config) _world_config->Locked=false; }
|
||||
|
||||
static void DisableStats() { if (_world_config) _world_config->UpdateStats=false; }
|
||||
static void EnableStats() { if (_world_config) _world_config->UpdateStats=true; }
|
||||
|
||||
static void DisableLoginserver() { if (_world_config) _world_config->LoginDisabled=true; }
|
||||
static void EnableLoginserver() { if (_world_config) _world_config->LoginDisabled=false; }
|
||||
|
||||
static void SetWorldAddress(std::string addr) { if (_world_config) _world_config->WorldAddress=addr; }
|
||||
static void SetLocalAddress(std::string addr) { if (_world_config) _world_config->LocalAddress=addr; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user