SteamWar/SpigotCore
Archiviert
13
0

Remove logged messages

Dieser Commit ist enthalten in:
Lixfel 2020-12-25 17:37:28 +01:00
Ursprung ad28b4fb4e
Commit 2e1467891e

Datei anzeigen

@ -37,6 +37,7 @@ public class SWException {
List<String> reasons = new ArrayList<>(); List<String> reasons = new ArrayList<>();
reasons.add("Initializing Legacy Material Support."); reasons.add("Initializing Legacy Material Support.");
reasons.add("Could not save the list after adding a user."); reasons.add("Could not save the list after adding a user.");
reasons.add("Could not save spigot.yml");
reasons.add("Failed to save operators list:"); reasons.add("Failed to save operators list:");
reasons.add("Block at"); reasons.add("Block at");
reasons.add("POI data mismatch"); reasons.add("POI data mismatch");