mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-15 07:41:00 +00:00
Merge pull request #484 from AL-Kateb/master
Fixed redirecting to the rally point issue #479
This commit is contained in:
@@ -3213,7 +3213,7 @@ class Automation {
|
|||||||
if(file_exists($autoprefix."GameEngine/Prevention/sendunits.txt")) {
|
if(file_exists($autoprefix."GameEngine/Prevention/sendunits.txt")) {
|
||||||
unlink($autoprefix."GameEngine/Prevention/sendunits.txt");
|
unlink($autoprefix."GameEngine/Prevention/sendunits.txt");
|
||||||
}
|
}
|
||||||
if ($reload) header("Location: ".$_SERVER['PHP_SELF']);
|
if ($reload) header("Location: ".$_SERVER['REQUEST_URI']);
|
||||||
}
|
}
|
||||||
|
|
||||||
function DelVillage($wref, $mode=0){
|
function DelVillage($wref, $mode=0){
|
||||||
|
|||||||
Reference in New Issue
Block a user