Testing is good
This commit is contained in:
@@ -554,7 +554,6 @@ public final class DialogueInterpreter {
|
|||||||
* @param objects The arguments.
|
* @param objects The arguments.
|
||||||
*/
|
*/
|
||||||
public void sendInput(boolean string, Object... objects) {
|
public void sendInput(boolean string, Object... objects) {
|
||||||
SystemLogger.logInfo("Sending runscript");
|
|
||||||
player.getPacketDispatch().sendRunScript(string ? 109 : 108, "s", objects);
|
player.getPacketDispatch().sendRunScript(string ? 109 : 108, "s", objects);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user