1
0
Fork 0

fix: actually create new worlds

This commit is contained in:
ineanto 2025-09-06 11:36:54 +02:00
parent 182bd44b55
commit c0a94faca6
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -35,6 +35,7 @@ class WorldManager(private val instance: RunnerDragon) {
LIMBO_SPAWN = LIMBO_WORLD.spawnLocation LIMBO_SPAWN = LIMBO_WORLD.spawnLocation
LIMBO_WORLD.difficulty = Difficulty.PEACEFUL LIMBO_WORLD.difficulty = Difficulty.PEACEFUL
cleanupPreviousWorlds() cleanupPreviousWorlds()
createGameWorlds()
return true return true
} }