Skip to content

Commit

Permalink
Supress visibility hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 26, 2023
1 parent 5dc198d commit 2ff669d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ actual class ApiProperties(
/**
* Regex-list of mods to include if present, regardless whether a match was found throug [clientsideModsRegex].
*/
@Suppress("MemberVisibilityCanBePrivate")
var modsWhitelistRegex: TreeSet<String> = TreeSet()
get() {
field.clear()
Expand Down

0 comments on commit 2ff669d

Please sign in to comment.