13
0

Fix TeamPlayer borders
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-03-27 10:25:22 +02:00
Ursprung 63146ede57
Commit 8673a841cb

Datei anzeigen

@ -53,7 +53,7 @@ public class TeamPlayer extends BasicListener {
cuboids.add(new Cuboid(1538, 52, 1464, 1539, 58, 1469));
cuboids.add(new Cuboid(1518, 55, 1433, 1530, 60, 1434));
cuboids.add(new Cuboid(1587, 52, 1471, 1588, 56, 1475));
cuboids.add(new Cuboid(1478, 52, 1461, 1479, 56, 1463));
cuboids.add(new Cuboid(1478, 52, 1461, 1479, 56, 1464));
}
private static final World world = Bukkit.getWorlds().get(0);