mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
revert potential furnace animation bug fix
This commit is contained in:
parent
6d7982c0cf
commit
38f937fa01
@ -84,11 +84,6 @@ public class InventoryListener implements Listener {
|
||||
player.sendMessage("New Furnace Burn Length (after applying fuel efficiency) "+event.getBurnTime());
|
||||
player.sendMessage("");
|
||||
}
|
||||
|
||||
// Potential fix for #3005
|
||||
if (event.getBurnTime() > 0 && !event.isBurning()) {
|
||||
event.setBurning(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user