that doesn't do what i thought it did
This commit is contained in:
parent
1e4b6b4d0f
commit
f92849f796
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user