diff --git a/Templates/Map/mapview.tpl b/Templates/Map/mapview.tpl index f50f02f5..97aede41 100644 --- a/Templates/Map/mapview.tpl +++ b/Templates/Map/mapview.tpl @@ -1,11 +1,5 @@ getCoor($_GET['z']);++$requse2; - $y = $currentcoor['y']; - $x = $currentcoor['x']; - $bigmid = $_GET['z']; -} -else if(isset($_POST['xp']) && isset($_POST['yp'])){ +if(isset($_POST['xp']) && isset($_POST['yp'])){ $x = $_POST['xp']; $y = $_POST['yp']; $bigmid = $generator->getBaseID($x,$y);