From aa9bbeaf75c571b88f02874f480da04f8424d78d Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:08:46 +0200 Subject: Improvement: Use SkyblockArea.skyblockAreaWithSymbol for Custom Scoreboard Area (#1350) --- src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/utils/repopatterns') diff --git a/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt b/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt index 2e1259343..d04384ba0 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt @@ -63,7 +63,7 @@ interface RepoPattern : ReadOnlyProperty { val defaultPattern: String /** - * Key for this pattern. Used as an identifier when loading from the repo. Should be consistent accross versions. + * Key for this pattern. Used as an identifier when loading from the repo. Should be consistent across versions. */ val key: String -- cgit