Removed debug code.
This commit is contained in:
+1
-3
@@ -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'];
|
||||
Reference in New Issue
Block a user