Jump to content

Is setRunning(true) broken?


Recommended Posts

Posted (edited)

This is from non-osbot2 api. Is setRunning(true) broken? If so are there any plans to fix it?

This does not turn run on, just spams before and after:

public int onLoop() throws InterruptedException{    log("before");    setRunning(true);    log("after");		    return 50;}
Yes using setRunning(true) with orbs is broken, the hooks will be updated in the next release as for the moment just turn the orbs option off and it will work as normal or alternatively interact with the interfaces using your own method. Edited by Divinity
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...