Переезд функции repexp; Переезд классов User в неймспейс.

This commit is contained in:
2023-04-15 22:52:33 +03:00
parent ec11709a86
commit 2d63efd915
29 changed files with 339 additions and 233 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ use Core\Config;
use Core\Db;
use Tournament\Tournament;
use Tournament\TournamentModel;
use User\Stats;
if (!defined('GAME')) {
die();
@@ -35,7 +36,7 @@ $js_5356 = sprintf(
);
$code ??= PassGen::intCode();
$userinfo = UserStats::getLoginHpManaBars($u);
$userinfo = Stats::getLoginHpManaBars($u);
$slogin = null;
$dt = null;