diff --git a/plus.php b/plus.php index 90c76df0..4b8903e9 100644 --- a/plus.php +++ b/plus.php @@ -20,7 +20,9 @@ if(isset($_GET['newdid'])) { else { $building->procBuild($_GET); } +if($_GET['p'] == 1){ $automation->isWinner(); +} ?> @@ -155,4 +157,4 @@ echo round(($generator->pageLoadTimeEnd()-$start)*1000);
-