game/modules_data/location/turnir.php

16 lines
149 B
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?
if(!defined('GAME'))
{
die();
}
if($u->room['file']=='turnir')
{
2022-07-01 12:45:43 +00:00
require_once('_incl_data/class/__turnir.php');
2022-06-06 21:30:34 +00:00
$tur->locationSee();
}
?>