diff --git a/src/main/kotlin/net/axay/kspigot/chat/input/PlayerInput.kt b/src/main/kotlin/net/axay/kspigot/chat/input/PlayerInput.kt index 1087e750..8e603236 100644 --- a/src/main/kotlin/net/axay/kspigot/chat/input/PlayerInput.kt +++ b/src/main/kotlin/net/axay/kspigot/chat/input/PlayerInput.kt @@ -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(