Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Apr 28, 2024
2 parents f5ac40b + 1eeaa99 commit 8f3b638
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import net.minecraft.util.ResourceLocation
import net.minecraft.world.WorldSettings
import net.minecraftforge.event.entity.living.LivingEvent
import net.minecraftforge.event.world.WorldEvent
import net.minecraftforge.event.world.WorldEvent.Load
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent

object DungeonUtils {
Expand Down Expand Up @@ -240,6 +241,8 @@ object DungeonUtils {
dungeonTeammates = emptyList()
dungeonTeammatesNoSelf = emptyList()
leapTeammates.clear()
currentRoom = null
lastRoomPos = 0 to 0
}

private val tablistRegex = Regex("^\\[(\\d+)\\] (?:\\[\\w+\\] )*(\\w+) (?:.)*?\\((\\w+)(?: (\\w+))*\\)\$")
Expand Down
Loading

0 comments on commit 8f3b638

Please sign in to comment.