mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 06:37:15 +00:00
Fixed a little bug
The market won't show anymore in the "Soon" list if already built.
This commit is contained in:
@@ -250,7 +250,7 @@ if($armoury == 0 && ($mainbuilding <= 2 || $academy == 0)) {
|
|||||||
if($cropland <= 4) {
|
if($cropland <= 4) {
|
||||||
include("soon/grainmill.tpl");
|
include("soon/grainmill.tpl");
|
||||||
}
|
}
|
||||||
if($marketplace == 0 && ($mainbuilding <= 2 || $granary <= 0 || $warehouse <= 0)) {
|
if($market == 0 && ($mainbuilding <= 2 || $granary <= 0 || $warehouse <= 0)) {
|
||||||
include("soon/marketplace.tpl");
|
include("soon/marketplace.tpl");
|
||||||
}
|
}
|
||||||
if($residence == 0 && $mainbuilding <= 4) {
|
if($residence == 0 && $mainbuilding <= 4) {
|
||||||
|
|||||||
Reference in New Issue
Block a user