Removed debug code.

This commit is contained in:
Igor Barkov (iwork)
2020-06-23 18:13:20 +03:00
parent 61fd9ba6e9
commit 384c3e61b3
4 changed files with 7 additions and 16 deletions
+1 -3
View File
@@ -8,7 +8,6 @@
ini_set('display_errors', 'On');
error_reporting(E_ALL);
define("GAMEDOMAIN","combats.loc");
echo "config.php.start";
/*
* Запрещаем кэшировать
*/
@@ -395,5 +394,4 @@ $exptable = [
// Нигде не используются?
$abils_array = ['attack', 'sleep', 'sleepf'];
$ab_user = ['sleep15', 'sleep30', 'closebattle', 'heal20', 'heal35', 'heal50', 'travmoff', 'attack', 'bloodattack', 'death', 'comment', 'openbattle', 'reamdeath', 'clone', 'unclone'];
echo 'config.php.end';
$ab_user = ['sleep15', 'sleep30', 'closebattle', 'heal20', 'heal35', 'heal50', 'travmoff', 'attack', 'bloodattack', 'death', 'comment', 'openbattle', 'reamdeath', 'clone', 'unclone'];