UNPKG

cosa-nostra-backstabbers

Version:
6 lines (3 loc) 143 B
module.exports = function (game, user_identifier, type) { game.actions.delete(x => x.meta.type === type && x.from === user_identifier); };