SteamWar/MissileWars
Archiviert
13
0

Fix Missle Info

Dieser Commit ist enthalten in:
jojo 2020-09-18 18:48:14 +02:00
Ursprung c325244702
Commit ee2d6464b8

Datei anzeigen

@ -54,7 +54,7 @@ public class Missile extends SpecialItem {
static { static {
try { try {
tnt = WorldEdit.getInstance().getBlockFactory().parseFromListInput("[tnt]", new ParserContext()); tnt = WorldEdit.getInstance().getBlockFactory().parseFromListInput("49", 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());
} }