From 926bb0b6b620cd54b6b7474bf622ed579648fb15 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 26 Mar 2022 17:02:47 +0100 Subject: [PATCH] Fix TeleporterListener bau spawn --- src/de/steamwar/lobby/listener/TeleporterListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/lobby/listener/TeleporterListener.java b/src/de/steamwar/lobby/listener/TeleporterListener.java index 9658c5e..f7fd0d7 100644 --- a/src/de/steamwar/lobby/listener/TeleporterListener.java +++ b/src/de/steamwar/lobby/listener/TeleporterListener.java @@ -34,7 +34,7 @@ public class TeleporterListener extends BasicListener { private static final Location spawn = world.getSpawnLocation().clone().add(0.5, 0, 0.5); private static final Location team = new Location(world,1524.5,55,1440.5); private static final Location map = new Location(world,2336.5,38,1423.5); - private static final Location bau = new Location(world,1951,66,1337, -38, -5); + private static final Location bau = new Location(world,1951,66.1,1337, -38, -5); private static final Location arenen = new Location(world,2255.5,21,1450.5); @EventHandler