commandDispatcher: fix edit support

This commit is contained in:
Cynthia Foxwell 2021-06-21 22:43:05 -06:00
parent 575c2a3047
commit aa3f47188c
1 changed files with 1 additions and 1 deletions

View File

@ -118,8 +118,8 @@ async function CommandDispatcher(msg) {
});
});
}
msg.hasRan = true;
}
msg.hasRan = true;
}
}