mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
fix change village system 100%, change natars access again and fix natars ranking
This commit is contained in:
+7
-8
@@ -9,14 +9,13 @@
|
||||
##################################################################
|
||||
include("GameEngine/Village.php");
|
||||
$start = $generator->pageLoadTimeStart();
|
||||
if(isset($_GET['newdid']))
|
||||
{
|
||||
$_SESSION['wid'] = $_GET['newdid']; header("Location: ".$_SERVER['PHP_SELF']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$building->procBuild($_GET);
|
||||
}
|
||||
if(isset($_GET['newdid'])) {
|
||||
$_SESSION['wid'] = $_GET['newdid'];
|
||||
header("Location: ".$_SERVER['PHP_SELF']);
|
||||
}
|
||||
else {
|
||||
$building->procBuild($_GET);
|
||||
}
|
||||
|
||||
## Get Rankings for Ranking Section
|
||||
## Top 3 Population
|
||||
|
||||
Reference in New Issue
Block a user