BankTags: Call scripts with all of their arguments explicitly
This commit is contained in:
@@ -85,7 +85,7 @@ public class BankSearch
|
|||||||
// selecting/changing tab
|
// selecting/changing tab
|
||||||
if (closeInput)
|
if (closeInput)
|
||||||
{
|
{
|
||||||
client.runScript(ScriptID.RESET_CHATBOX_INPUT);
|
client.runScript(ScriptID.RESET_CHATBOX_INPUT, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
client.setVar(VarClientInt.INPUT_TYPE, inputType.getType());
|
client.setVar(VarClientInt.INPUT_TYPE, inputType.getType());
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ public class TabInterface
|
|||||||
{
|
{
|
||||||
bankSearch.reset(true);
|
bankSearch.reset(true);
|
||||||
|
|
||||||
clientThread.invokeLater(() -> client.runScript(ScriptID.RESET_CHATBOX_INPUT));
|
clientThread.invokeLater(() -> client.runScript(ScriptID.RESET_CHATBOX_INPUT, 0, 0));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user