Skip to content

Commit

Permalink
Suppressed Unused Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 21, 2021
1 parent d85004f commit f942fe1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ object LibReforge {
}

@JvmStatic
@Suppress("UNUSED_PARAMETER")
fun disable(plugin: EcoPlugin) {
for (player in Bukkit.getOnlinePlayers()) {
try {
Expand Down

0 comments on commit f942fe1

Please sign in to comment.