SteamWar/MissileWars
Archiviert
13
0

Fix Missle Info

Dieser Commit ist enthalten in:
jojo 2020-09-06 19:43:56 +02:00
Ursprung 7286a6f692
Commit 16a69c0e41

Datei anzeigen

@ -57,7 +57,7 @@ public class Missile extends SpecialItem {
try { try {
tnt = WorldEdit.getInstance().getBlockFactory().parseFromListInput("tnt", new ParserContext()); tnt = WorldEdit.getInstance().getBlockFactory().parseFromListInput("tnt", new ParserContext());
} catch (Exception e) { } catch (Exception e) {
Bukkit.getLogger().log(Level.SEVERE, e.getMessage(), e.getCause()); //Bukkit.getLogger().log(Level.SEVERE, e.getMessage(), e.getCause());
} }
} }