Update west shop coordinates
This commit is contained in:
parent
1378ddd71f
commit
e1e08d362b
@ -476,12 +476,12 @@ public class Spawn extends MiniPlugin
|
|||||||
|
|
||||||
public static Location getWestTown()
|
public static Location getWestTown()
|
||||||
{
|
{
|
||||||
return new Location(getSpawnWorld(), -439.91, 68, 22.08);
|
return new Location(getSpawnWorld(), -440.91, 68, 23.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Location getWestTownCenter()
|
public static Location getWestTownCenter()
|
||||||
{
|
{
|
||||||
return new Location(getSpawnWorld(), -424, 69, 7);
|
return new Location(getSpawnWorld(), -425, 69, 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Location getEastTown()
|
public static Location getEastTown()
|
||||||
|
Loading…
Reference in New Issue
Block a user