mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 10:37:14 +00:00
Update process.php
Update Croppers part for process Crop finder automation.
This commit is contained in:
+2
-2
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user