mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-01-17 00:04:52 -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