Skip to content
Success

Changes

Summary

  1. When burnTime is less than or equal to 0, do not process (#5194) (commit: 0424a5d) (details)
  2. update changelog (commit: e6c62be) (details)
  3. RepairManager: Fix unsafe enchantments being stripped, CombatUtils: Use instanceof for IronGolem (#5192) (commit: c377544) (details)
  4. update changelog (commit: b12f86a) (details)
Commit 0424a5dd12233a9be0e90c04c0ac2c2cb57d4ff3 by github
When burnTime is less than or equal to 0, do not process (#5194)

(commit: 0424a5d)
The file was modifiedsrc/main/java/com/gmail/nossr50/skills/smelting/SmeltingManager.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/listeners/InventoryListener.java (diff)
The file was modifiedChangelog.txt (diff)
Commit c377544fa2faee0dab69b4b6d5f9417aa7ede5a3 by github
 RepairManager: Fix unsafe enchantments being stripped, CombatUtils: Use instanceof for IronGolem (#5192)

* RepairManager: Fix unsafe enchantments being stripped

* CombatUtils: Use instanceof for IronGolem check to avoid cast exceptions for pets/npcs/...

---------

Co-authored-by: Dieu <info@l4b.org>
(commit: c377544)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/skills/repair/RepairManager.java (diff)
The file was modifiedChangelog.txt (diff)