game/modules_data/location/turnir.php

11 lines
111 B
PHP

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