Fix Missle Info
Dieser Commit ist enthalten in:
Ursprung
c325244702
Commit
ee2d6464b8
@ -54,7 +54,7 @@ public class Missile extends SpecialItem {
|
||||
|
||||
static {
|
||||
try {
|
||||
tnt = WorldEdit.getInstance().getBlockFactory().parseFromListInput("[tnt]", new ParserContext());
|
||||
tnt = WorldEdit.getInstance().getBlockFactory().parseFromListInput("49", new ParserContext());
|
||||
} catch (Exception e) {
|
||||
Bukkit.getLogger().log(Level.SEVERE, e.getMessage(), e.getCause());
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren