16 lines
144 B
PHP
16 lines
144 B
PHP
<?
|
|
if(!defined('GAME'))
|
|
{
|
|
die();
|
|
}
|
|
|
|
if($u->room['file']=='turnir')
|
|
{
|
|
|
|
include('_incl_data/class/__turnir.php');
|
|
|
|
$tur->locationSee();
|
|
|
|
}
|
|
|
|
?>
|