Minor tweaks to soccer fields
This commit is contained in:
parent
19cfcc414b
commit
f9cc505908
@ -106,11 +106,11 @@ public class SoccerManager extends MiniPlugin
|
|||||||
_cornerFieldA = new Location(hubManager.GetSpawn().getWorld(), -12.75, 67, -66.75);
|
_cornerFieldA = new Location(hubManager.GetSpawn().getWorld(), -12.75, 67, -66.75);
|
||||||
_cornerFieldB = new Location(hubManager.GetSpawn().getWorld(), 24.25, 100, -86.25);
|
_cornerFieldB = new Location(hubManager.GetSpawn().getWorld(), 24.25, 100, -86.25);
|
||||||
|
|
||||||
_cornerRedGoalA = new Location(hubManager.GetSpawn().getWorld(), 27, 67, -73);
|
_cornerRedGoalA = new Location(hubManager.GetSpawn().getWorld(), 27.75, 67.5, -73.25);
|
||||||
_cornerRedGoalB = new Location(hubManager.GetSpawn().getWorld(), 25, 72.5, -79);
|
_cornerRedGoalB = new Location(hubManager.GetSpawn().getWorld(), 25.25, 72.5, -79.25);
|
||||||
|
|
||||||
_cornerBlueGoalA = new Location(hubManager.GetSpawn().getWorld(), -15, 67, -79);
|
_cornerBlueGoalA = new Location(hubManager.GetSpawn().getWorld(), -15.75, 67.5, -79.75);
|
||||||
_cornerBlueGoalB = new Location(hubManager.GetSpawn().getWorld(), -13, 72.5, -73);
|
_cornerBlueGoalB = new Location(hubManager.GetSpawn().getWorld(), -13.25, 72.5, -73.75);
|
||||||
|
|
||||||
//Store Gadgets
|
//Store Gadgets
|
||||||
for (Gadget gadget : gadgetManager.getGadgets(GadgetType.COSTUME))
|
for (Gadget gadget : gadgetManager.getGadgets(GadgetType.COSTUME))
|
||||||
|
Loading…
Reference in New Issue
Block a user