Small changes

This commit is contained in:
evader1337
2016-09-14 15:05:28 +02:00
parent 32e016e948
commit 5b73417956
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ include("GameEngine/Village.php");
$start = $generator->pageLoadTimeStart();
$message->procMessage($_POST);
if($_GET['t'] == 1){
$automation->isWinner();
$automation->isWinner();
}
if(isset($_GET['newdid'])) {
$_SESSION['wid'] = $_GET['newdid'];