7.4 to the go

This commit is contained in:
2022-12-19 20:26:14 +02:00
parent 6cd7b13db0
commit 924be6329b
237 changed files with 38764 additions and 89531 deletions

View File

@@ -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();