mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 14:21:03 +00:00
fix: immediate finish of all building progress redirects correctly
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
if($session->access!=BANNED){
|
||||
$building->finishAll();
|
||||
header("Location: plus.php?id=3");
|
||||
$building->finishAll('plus.php?id=3');
|
||||
exit;
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
|
||||
Reference in New Issue
Block a user