From 3e598f2f677b9dd45f08b75f0bce7a5ce648ff4d Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Fri, 23 Oct 2020 02:42:04 +0200 Subject: [PATCH] Update PlayerInput.kt --- src/main/kotlin/net/axay/kspigot/chat/input/PlayerInput.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(