forked from MagicBane/Server
mine towers can be gold repaired when mine not active
This commit is contained in:
@@ -61,8 +61,8 @@ public class RepairBuildingMsgHandler extends AbstractClientMsgHandler {
|
|||||||
|
|
||||||
//cannot repair mines during 24/7 activity.
|
//cannot repair mines during 24/7 activity.
|
||||||
|
|
||||||
if (targetBuilding.getBlueprint() != null && targetBuilding.getBlueprint().getBuildingGroup() == BuildingGroup.MINE) {
|
if (targetBuilding.getBlueprint() != null && targetBuilding.getBlueprint().getBuildingGroup() == BuildingGroup.MINE && targetBuilding.assetIsProtected() == false) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user