Files
game/modules_data/location/turnir.php
T

11 lines
111 B
PHP
Raw Normal View History

2022-12-19 20:26:14 +02:00
<?php
2022-06-07 00:30:34 +03:00
if(!defined('GAME'))
{
die();
}
2022-12-19 20:26:14 +02:00
if($u->room['file'] != 'turnir') {
return;
2022-06-07 00:30:34 +03:00
}
2022-12-19 20:26:14 +02:00
$tur = new Tournir();