boshaw wrote:sabinati wrote:Potjeh wrote:I predict people who don't turn this on will make a killing out of looting boats left behind autohearthers.
you can't hearth from a boat, rivers still as dangerous as ever. here's steve with sports.
this is where autologout would do the job obviously.
- Code: Select all
setcmd("lo", new Command() {
public void run(Console cons, String[] args) {
sess.close();
}
});
I'm sorry, but I have never coded Java. Could you tell me where, in what file, I have to copy and paste (or replace something else?) it for the autologout to work?