Profiler/Regions

* add Asia regions
 * fixed some typos
This commit is contained in:
Sarjuuk
2022-02-19 13:01:29 +01:00
parent a24e8594fb
commit 10805a1f70
17 changed files with 92 additions and 46 deletions

View File

@@ -126,7 +126,7 @@ class GuildListFilter extends Filter
protected function cbRegionCheck(&$v)
{
if ($v == 'eu' || $v == 'us')
if (in_array($v, Util::$regions))
{
$this->parentCats[0] = $v; // directly redirect onto this region
$v = ''; // remove from filter