Update PlayerInput.kt

This commit is contained in:
bluefireoly
2020-10-23 02:42:04 +02:00
parent 5f92170d06
commit 3e598f2f67

View File

@@ -21,7 +21,7 @@ fun Player.awaitChatInput(
timeoutSeconds: Int = 1 * 60,
callback: (String?) -> Unit
) {
PlayerInputChat(this, callback, timeoutSeconds)
PlayerInputChat(this, callback, timeoutSeconds, question)
}
fun Player.awaitAnvilInput(