Update PlayerInput.kt
This commit is contained in:
@@ -21,7 +21,7 @@ fun Player.awaitChatInput(
|
|||||||
timeoutSeconds: Int = 1 * 60,
|
timeoutSeconds: Int = 1 * 60,
|
||||||
callback: (String?) -> Unit
|
callback: (String?) -> Unit
|
||||||
) {
|
) {
|
||||||
PlayerInputChat(this, callback, timeoutSeconds)
|
PlayerInputChat(this, callback, timeoutSeconds, question)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Player.awaitAnvilInput(
|
fun Player.awaitAnvilInput(
|
||||||
|
Reference in New Issue
Block a user