Limit wiki input lines to 1

This commit is contained in:
Ron Young
2019-02-16 14:26:46 -07:00
committed by Max Weber
parent d7eb3fec36
commit 4effbba361
@@ -82,6 +82,7 @@ public class WikiSearchChatboxTextInput extends ChatboxTextInput
super(chatboxPanelManager, clientThread);
this.chatboxPanelManager = chatboxPanelManager;
lines(1);
prompt("OSRS Wiki Search");
onDone(string ->
{