mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Fixing finish all with tow gold from dorf(1,2)
This commit is contained in:
@@ -97,7 +97,7 @@ class Building {
|
||||
}
|
||||
}
|
||||
if(isset($get['buildingFinish']) && $session->plus) {
|
||||
if($session->gold >= 2 && $session->sit == 0) {
|
||||
if(intval($session->gold) >= 2 && $session->sit == 0) { // edit by TPLinux
|
||||
$this->finishAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user