Update from Git Manager GUI

This commit is contained in:
2026-02-06 07:38:13 +01:00
parent 983ca72aaa
commit 9c1b980388
12 changed files with 409 additions and 84 deletions

View File

@@ -255,7 +255,7 @@ public class SoccerModule implements Module, Listener, CommandExecutor {
private void spawnBall() {
if (spawnLocation == null || spawnLocation.getWorld() == null) {
Bukkit.getLogger().warning("[NexusLobby] Ball-Spawn-Location nicht gesetzt! Verwende /nexuslobby ball setspawn");
// Keine Warnung mehr in der Konsole ausgeben
return;
}