Update west shop coordinates

This commit is contained in:
Alexander Meech 2018-08-04 01:14:09 -04:00 committed by GitHub
parent 1378ddd71f
commit e1e08d362b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -476,12 +476,12 @@ public class Spawn extends MiniPlugin
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()
{
return new Location(getSpawnWorld(), -424, 69, 7);
return new Location(getSpawnWorld(), -425, 69, 8);
}
public static Location getEastTown()