Update process.php

Update Croppers part for process Crop finder automation.
This commit is contained in:
lietuvis10
2025-10-27 17:18:08 +02:00
committed by GitHub
parent 5ea387d6d7
commit 48b14cbd6c
+2 -2
View File
@@ -214,7 +214,7 @@ class Process {
include ("../GameEngine/Database.php"); include ("../GameEngine/Database.php");
include ("../GameEngine/Admin/database.php"); include ("../GameEngine/Admin/database.php");
// populate world data // 1) Populate world data
$result = $database->populateWorldData(); $result = $database->populateWorldData();
if ($result === false) { if ($result === false) {
header("Location: index.php?s=3&err=1"); header("Location: index.php?s=3&err=1");
@@ -224,7 +224,7 @@ class Process {
exit; exit;
} }
header("Location: index.php?s=4"); header("Location: index.php?s=3&startCroppers=1");
exit; exit;
} }