7.4 to the go
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
}
|
||||
|
||||
if($u->room['file']=='turnir')
|
||||
{
|
||||
|
||||
require_once('_incl_data/class/__turnir.php');
|
||||
|
||||
$tur->locationSee();
|
||||
|
||||
if($u->room['file'] != 'turnir') {
|
||||
return;
|
||||
}
|
||||
|
||||
?>
|
||||
$tur = new Tournir();
|
||||
|
||||
Reference in New Issue
Block a user