* Fix menu stack corruption reported by apam when 'exit' (and possibly other) pty events fire 2+ times
This commit is contained in:
@@ -165,7 +165,7 @@ function AbracadabraModule(options) {
|
||||
|
||||
const doorInstance = new door.Door(self.client, exeInfo);
|
||||
|
||||
doorInstance.on('finished', () => {
|
||||
doorInstance.once('finished', () => {
|
||||
self.prevMenu();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user