Update spieler.php

This commit is contained in:
Shadow
2013-11-17 10:46:08 +02:00
parent 5a1fb7664f
commit 421989d8a4
+1 -1
View File
@@ -28,7 +28,7 @@ else {
$building->procBuild($_GET); $building->procBuild($_GET);
} }
if(isset($_GET['s'])){ if($_GET['s'] == 1){
$automation->isWinner(); $automation->isWinner();
} }
?> ?>