mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -62,8 +62,7 @@ if (!CLI)
|
|||||||
if (!$set)
|
if (!$set)
|
||||||
CLI::write(' - realmMenu: Auth-DB not set up .. realm menu will be empty', CLI::LOG_WARN);
|
CLI::write(' - realmMenu: Auth-DB not set up .. realm menu will be empty', CLI::LOG_WARN);
|
||||||
|
|
||||||
Lang::load(LOCALE_EN); // why is this file not localized!?
|
// why is this file not localized!?
|
||||||
|
|
||||||
foreach (Util::$regions as $idx => $n)
|
foreach (Util::$regions as $idx => $n)
|
||||||
if ($set & (1 << $idx))
|
if ($set & (1 << $idx))
|
||||||
$menu[] = [$n, Lang::profiler('regions', $n), null, &$subs[$idx]];
|
$menu[] = [$n, Lang::profiler('regions', $n), null, &$subs[$idx]];
|
||||||
|
|||||||
@@ -1161,7 +1161,6 @@ SqlGen::register(new class extends SetupScript
|
|||||||
{
|
{
|
||||||
CLI::write(' * #13 cuStrings', CLI::LOG_BLANK, true, true);
|
CLI::write(' * #13 cuStrings', CLI::LOG_BLANK, true, true);
|
||||||
|
|
||||||
Lang::load(LOCALE_EN);
|
|
||||||
foreach (Lang::game('pvpSources') as $src => $__)
|
foreach (Lang::game('pvpSources') as $src => $__)
|
||||||
$this->pushBuffer(Type::TITLE, $src, SRC_CUSTOM_STRING, $src);
|
$this->pushBuffer(Type::TITLE, $src, SRC_CUSTOM_STRING, $src);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user