Skip to content

Commit

Permalink
Mark getRawMessage as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 30, 2024
1 parent 24456a4 commit c1d24e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MessageManager(plugin: FileManagedPlugin) {
}
}

fun getRawMessage(language: Locale, messageKey: String): String {
internal fun getRawMessage(language: Locale, messageKey: String): String {
val messages = messageMap[language]
require(messages != null) { "Invalid language." }

Expand Down

0 comments on commit c1d24e2

Please sign in to comment.