The following change has fixed the jetcan issue for me until an official fix is released :
in /core/obj_JetCan.iss search for "function Open(int64 ID=0)"
14 lines down, beneath where is says "UI:UpdateConsole["JetCan:Open: Access to ${ID} is not allowed ........."
Add the following line :
ActiveCan:Set[ -1]
I *think* this resets the bot to thinking there are no active cans, so it creates a new one.
I have no clue about coding so this may break something else, use at your own risk.
in /core/obj_JetCan.iss search for "function Open(int64 ID=0)"
14 lines down, beneath where is says "UI:UpdateConsole["JetCan:Open: Access to ${ID} is not allowed ........."
Add the following line :
ActiveCan:Set[ -1]
I *think* this resets the bot to thinking there are no active cans, so it creates a new one.
I have no clue about coding so this may break something else, use at your own risk.