Init.
This commit is contained in:
16
modules_data/location/turnir.php
Normal file
16
modules_data/location/turnir.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
}
|
||||
|
||||
if($u->room['file']=='turnir')
|
||||
{
|
||||
|
||||
include('_incl_data/class/__turnir.php');
|
||||
|
||||
$tur->locationSee();
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user