mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 07:06:06 +00:00
big update
This commit is contained in:
@@ -29,7 +29,11 @@ class Building {
|
||||
$this->maxConcurrent += PLUS_MAX;
|
||||
}
|
||||
$this->LoadBuilding();
|
||||
|
||||
foreach($this->buildArray as $build) {
|
||||
if($build['master']==1){
|
||||
$this->maxConcurrent += 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function procBuild($get) {
|
||||
|
||||
Reference in New Issue
Block a user