Resolved PlayerUtils ambiguity in kotlin

This commit is contained in:
Auxilor
2022-02-03 12:10:29 +00:00
parent 0a59b6a208
commit c8648a92f5

View File

@@ -25,12 +25,6 @@ fun Player.asAudience(): Audience =
fun CommandSender.asAudience(): Audience =
PlayerUtils.getAudience(this)
/**
* @see PlayerUtils.runExempted
*/
fun Player.runExempted(action: Player.() -> Unit) =
PlayerUtils.runExempted(this, action)
/**
* @see PlayerUtils.runExempted
*/