Skip to content

Commit 96d50d9

Browse files
Phil-SiebMy-Name-Is-Jeff
authored andcommitted
Fix Mining Waypoints Moving on Warp (#411)
Signed-off-by: Phil-Sieb <[email protected]>
1 parent 2539426 commit 96d50d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/gg/skytils/skytilsmod/features/impl/mining/MiningFeatures.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ object MiningFeatures {
240240
) {
241241
CrystalHollowsMap.Locations.KingYolkar.loc.set()
242242
}
243-
if (formatted.startsWith("§r§cYou died")) {
243+
if (unformatted.startsWith("Warp") || formatted.startsWith("§r§f§r§c ☠")) {
244244
deadCount =
245245
50 //this is to make sure the scoreboard has time to update and nothing moves halfway across the map
246246
if (Skytils.config.crystalHollowDeathWaypoint && SBInfo.mode == SkyblockIsland.CrystalHollows.mode && lastTPLoc != null) {

0 commit comments

Comments
 (0)