Item respawn time logic now handles unset min/max times

This commit is contained in:
Ceikry
2026-07-03 11:08:00 +00:00
committed by Ryan
parent 5d82897215
commit 76523c0130
@@ -67,6 +67,7 @@ class GroundSpawnLoader {
* Method used to initialize this spawn.
*/
fun init(): GroundItem {
if (respawnRate shr 16 == 0) respawnRate = respawnRate or (respawnRate shl 16)
return GroundItemManager.create(this)
}