Region fix

This commit is contained in:
Shaun Bennett 2015-11-26 16:12:29 -05:00
parent bdc08676d9
commit 27e214a643
2 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ public class ClansRegions extends MiniPlugin
// Initialize Spawn faction and claims
claimArea("Spawn", SPAWN_RADIUS, 0, false, true, new Location[]{Spawn.getEastSpawn(), Spawn.getWestSpawn()});
claimArea("Shops", 2, 0, true, false, new Location[]{Spawn.getNorthTownCenter(), Spawn.getSouthTownCenter()});
claimArea("Shops", SHOP_RADIUS, 2, false, false, new Location[]{Spawn.getNorthTownCenter(), Spawn.getSouthTownCenter()});
claimArea("Shops", SHOP_RADIUS, 0, true, false, new Location[]{Spawn.getNorthTownCenter(), Spawn.getSouthTownCenter()});
// Initialize Fields and Borderlands factions and claims
claimArea("Fields", FIELDS_RADIUS, 0, false, true, worldCenter);

View File

@ -30,7 +30,7 @@ public class WindBlade extends LegendaryItem
public WindBlade()
{
super("Wind Blade", "Activate flying ability to take flight!", Material.Material.GREEN_RECORD);
super("Wind Blade", "Activate flying ability to take flight!", Material.GREEN_RECORD);
}
@Override