diff --git a/core/door_party.js b/core/door_party.js index dcd6037e..df3d189f 100644 --- a/core/door_party.js +++ b/core/door_party.js @@ -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(); }