11 lines
111 B
PHP
11 lines
111 B
PHP
<?php
|
|
if(!defined('GAME'))
|
|
{
|
|
die();
|
|
}
|
|
|
|
if($u->room['file'] != 'turnir') {
|
|
return;
|
|
}
|
|
$tur = new Tournir();
|