that doesn't do what i thought it did

This commit is contained in:
NewGarbo 2015-11-26 05:32:59 +00:00
parent 1e4b6b4d0f
commit f92849f796
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import mineplex.game.clans.spawn.Spawn;
public class TravelShop extends ShopBase<ClansManager>
{
public static final String[] TRAVEL_LOCATIONS = { "East Spawn", "West Spawn" };
public static final String[] TRAVEL_LOCATIONS = { "North Shop", "South Shop", "East Spawn", "West Spawn" };
public TravelShop(ClansManager plugin, CoreClientManager clientManager, mineplex.core.donation.DonationManager donationManager)
{