Update abracadabra.js
fix for next parameter in abracadabra. allows usage of doors in login/etc. without entering infinite loop.
This commit is contained in:
parent
e98d5867ed
commit
76aff0e5e1
|
@ -199,7 +199,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
|
|||
'\r\n\r\n'
|
||||
);
|
||||
|
||||
this.prevMenu();
|
||||
this.autoNextMenu();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue