Spawn location fix

This commit is contained in:
Chiss 2014-08-23 08:40:02 +10:00
parent 340be68ef8
commit e5944ff872

View File

@ -144,7 +144,7 @@ public class HubManager extends MiniClientPlugin<HubClient>
_portal = portal;
_spawn = new Location(UtilWorld.getWorld("world"), 0.5, 74, 0.5);
_spawn = new Location(UtilWorld.getWorld("world"), 0.5, 82, 0.5);
_textCreator = new TextManager(this);
_parkour = new ParkourManager(this, donationManager, taskManager);