forked from MagicBane/Server
Slot one is reserved on arty towers.
This commit is contained in:
@@ -53,7 +53,7 @@ public enum BuildingManager {
|
|||||||
|
|
||||||
// Slot two is reserved on Arty towers for the trebuchet
|
// Slot two is reserved on Arty towers for the trebuchet
|
||||||
|
|
||||||
if (i == 2 &&
|
if (i == 1 &&
|
||||||
building.getBlueprint() != null &&
|
building.getBlueprint() != null &&
|
||||||
building.getBlueprint().getBuildingGroup().equals(BuildingGroup.ARTYTOWER))
|
building.getBlueprint().getBuildingGroup().equals(BuildingGroup.ARTYTOWER))
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user