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:
Tony Toon 2020-12-06 07:43:28 -06:00 committed by GitHub
parent e98d5867ed
commit 76aff0e5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
'\r\n\r\n'
);
this.prevMenu();
this.autoNextMenu();
});
}