The-Betweenlands icon indicating copy to clipboard operation
The-Betweenlands copied to clipboard

Replace improper usage of BetweenlandsWorldStorage.forWorld()

Open JoshieGemFinder opened this issue 2 years ago • 1 comments

BetweenlandsWorldStorage.forWorld(world) will throw an error if the specified world is missing the capability, the correct usage in these cases is BetweenlandsWorldStorage.forWorldNullable(world)

JoshieGemFinder avatar Sep 04 '23 03:09 JoshieGemFinder

Addresses issue #1380

JoshieGemFinder avatar Sep 04 '23 03:09 JoshieGemFinder