13
0

gitignore weoweo

Dieser Commit ist enthalten in:
zOnlyKroks 2022-02-23 18:14:39 +01:00
Ursprung f5150aa27c
Commit 426b48e5d5
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen

2
.gitignore vendored
Datei anzeigen

@ -2,3 +2,5 @@
/.idea /.idea
/target /target
/lib /lib
LobbySystem.iml

Datei anzeigen

@ -27,8 +27,8 @@ public class PlayerMoveListener extends BasicListener {
final World world = Bukkit.getWorlds().get(0); final World world = Bukkit.getWorlds().get(0);
final Location loc1 = new Location(world,1337,0,1803); final Location loc1 = new Location(world,200,0,200);
final Location loc2 = new Location(world,2610,0,1800); final Location loc2 = new Location(world,-200,0,-200);
private double maxX; private double maxX;
private double maxZ; private double maxZ;