SteamWar/SpigotCore
Archiviert
13
0

Don't log Custom particles

Dieser Commit ist enthalten in:
Lixfel 2021-01-02 09:31:59 +01:00
Ursprung 4e02dc6c59
Commit 99e5659e79

Datei anzeigen

@ -63,6 +63,7 @@ public class SWException {
reasons.add("[WorldEditSUI]"); reasons.add("[WorldEditSUI]");
reasons.add("Unsupported key:"); reasons.add("Unsupported key:");
reasons.add("ThrownPotion entity"); reasons.add("ThrownPotion entity");
reasons.add("Couldn't load custom particle");
reasons.add("Ignoring unknown attribute"); reasons.add("Ignoring unknown attribute");
reasons.add("Skipping player strafe phase because no player was found"); reasons.add("Skipping player strafe phase because no player was found");
ignorereasons = Collections.unmodifiableList(reasons); ignorereasons = Collections.unmodifiableList(reasons);