Suppression

This commit is contained in:
Auxilor
2023-03-27 19:05:19 +01:00
parent 5f33080bf9
commit 773bd93347

View File

@@ -82,6 +82,7 @@ class Booster(
"messages.activation",
StringUtils.FormatOption.WITHOUT_PLACEHOLDERS
)) {
@Suppress("DEPRECATION")
messages.add(string.replace("%player%", player.displayName))
}