12
0

Fix tests
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-03-07 20:04:34 +01:00
Ursprung 5d2df615aa
Commit 4ca5adecc7

Datei anzeigen

@ -105,8 +105,6 @@ public abstract class SWCommand {
} catch (CommandFrameworkException e) {
if (Bukkit.getServer() != null) {
Bukkit.getLogger().log(Level.SEVERE, "", e);
}
if (Core.MESSAGE != null) {
Core.MESSAGE.send("COMMAND_SYSTEM_ERROR", sender);
}
throw e;