mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 04:18:41 +00:00
[World] World Bootup Consolidation (#2294)
This commit is contained in:
@@ -68,8 +68,6 @@ public:
|
||||
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; }
|
||||
|
||||
static void CheckForPossibleConfigurationIssues();
|
||||
|
||||
void Dump() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user