closes #17, великое переименование классов для автозагрузчика, актуализация кода

This commit is contained in:
2022-08-25 14:23:36 +03:00
parent 6cd7b13db0
commit 42714daeda
203 changed files with 38783 additions and 39766 deletions
+4 -10
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();