game/modules_data/location/turnir.php

16 lines
144 B
PHP
Raw Normal View History

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