This commit is contained in:
Bryan Ashby 2019-01-09 20:07:27 -07:00
parent 83c57926d3
commit b96fa154c0
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ exports.getModule = class DoorPartyModule extends MenuModule {
self.client.log.warn( { error : err.message }, 'DoorParty error');
}
// if the client is stil here, go to previous
// if the client is still here, go to previous
if(!clientTerminated) {
self.prevMenu();
}