Resolved PlayerUtils ambiguity in kotlin
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user