fix death

master
Jan 2021-03-07 00:18:37 +01:00
parent 7e6fcf8ce3
commit 5452cc79db
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ function awaitMessages(channel, callback) {
return () => {
// somehow remove the listener idk how
gameEndEmitter.emit(channel);
sessions.delete(channel);
}
}