geforkt von Mirrors/Paper
SPIGOT-5190: Superfluous EntityCombustEvent called when using fire aspect sword
Dieser Commit ist enthalten in:
Ursprung
9c887d4d80
Commit
8b09d98319
@ -290,7 +290,7 @@
|
||||
+ org.bukkit.Bukkit.getPluginManager().callEvent(combustEvent);
|
||||
+
|
||||
+ if (!combustEvent.isCancelled()) {
|
||||
+ entity.setOnFire(combustEvent.getDuration());
|
||||
+ entity.setOnFire(combustEvent.getDuration(), false);
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren