Util/Game

* cleanup Util 2/2
 * move game related functions and variables to new class: Game
This commit is contained in:
Sarjuuk
2017-04-19 01:28:33 +02:00
parent f503967c45
commit a695a4188c
24 changed files with 293 additions and 280 deletions

View File

@@ -251,7 +251,7 @@ class AjaxProfile extends AjaxHandler
{
if (is_array($v))
$mods[] = $v;
else if ($str = @Util::$itemMods[$k])
else if ($str = @Game::$itemMods[$k])
$mods[$str] = $v;
}
}