mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
why create this before chekcing if we're installed?
This commit is contained in:
@@ -57,8 +57,8 @@ const char *AdminAccountManager::getAdminCommandName()
|
||||
|
||||
const std::string & AdminAccountManager::getAdminTagName()
|
||||
{
|
||||
static const std::string s = "*admin*";
|
||||
DEBUG_FATAL(!ms_installed, ("AdminAccountManager not installed"));
|
||||
static const std::string s("*admin*");
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user