Fix Missle Info
Dieser Commit ist enthalten in:
Ursprung
c325244702
Commit
ee2d6464b8
@ -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());
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren