From 3e1f8d01bccf54b78297dc177a4fbc1ea40f96de Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:06:33 +0200 Subject: [PATCH] Updated update type thingy part 2 --- .../features/gui/customscoreboard/events/FlightDuration.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/events/FlightDuration.kt b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/events/FlightDuration.kt index 1c9542cd2455..6732847a37dc 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/events/FlightDuration.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/events/FlightDuration.kt @@ -6,8 +6,8 @@ import at.hannibal2.skyhanni.features.gui.customscoreboard.ScoreboardPattern import at.hannibal2.skyhanni.utils.LorenzUtils.inAnyIsland import at.hannibal2.skyhanni.utils.RegexUtils.firstMatches -// internal -// scoreboard update +// scoreboard +// scoreboard update event object FlightDuration : ScoreboardEvent() { override fun getDisplay() = ScoreboardPattern.flightDurationPattern.firstMatches(getSbLines())?.trim()