13
0

Fix TeleporterListener bau spawn
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-03-26 17:02:47 +01:00
Ursprung 653a07aef1
Commit 926bb0b6b6

Datei anzeigen

@ -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 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 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 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); private static final Location arenen = new Location(world,2255.5,21,1450.5);
@EventHandler @EventHandler