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)
|
||||
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)
|
||||
if ($set & (1 << $idx))
|
||||
$menu[] = [$n, Lang::profiler('regions', $n), null, &$subs[$idx]];
|
||||
|
||||
Reference in New Issue
Block a user