Files
game/modules_data/location/tournaments_lobby.php
T

6 lines
103 B
PHP
Raw Normal View History

2022-06-07 00:30:34 +03:00
<?php
2022-07-01 12:45:43 +00:00
2022-12-20 03:57:09 +02:00
use Insallah\Tournaments\Model\Tournament;
2022-06-07 00:30:34 +03:00
2022-12-20 03:57:09 +02:00
echo (new Tournament())->getOne($u->info['level']);