Fixed Slimeball Soccer field location

This commit is contained in:
LCastr0 2016-10-05 21:54:17 -03:00
parent 5939c304a5
commit a1ec102419
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class SoccerManager extends MiniPlugin
_hubManager = hubManager;
_cornerFieldPlayerA = new Location(hubManager.GetSpawn().getWorld(), -13.5, 67, -65.5);
_cornerFieldPlayerB = new Location(hubManager.GetSpawn().getWorld(), 25.5, 100, -87.5);
_cornerFieldPlayerB = new Location(hubManager.GetSpawn().getWorld(), 25.5, 100, -86.5);
_cornerGoalPlayerA = new Location(hubManager.GetSpawn().getWorld(), -17.5, 67, -71.5);
_cornerGoalPlayerB = new Location(hubManager.GetSpawn().getWorld(), 29.5, 100, -80.5);