From b30654037577214e3c7bb067944932ca3b546310 Mon Sep 17 00:00:00 2001 From: Shadow Date: Fri, 8 Nov 2013 09:52:31 +0200 Subject: [PATCH] Update Session.php --- GameEngine/Session.php | 1 - 1 file changed, 1 deletion(-) diff --git a/GameEngine/Session.php b/GameEngine/Session.php index 0b779d78..f88b9ffd 100644 --- a/GameEngine/Session.php +++ b/GameEngine/Session.php @@ -36,7 +36,6 @@ include ("Form.php"); include ("Generator.php"); include ("Multisort.php"); include ("Ranking.php"); -include ("Automation.php"); include ("Lang/" . LANG . ".php"); include ("Logging.php"); include ("Message.php");