diff options
-rwxr-xr-x | rtt-module.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtt-module.js b/rtt-module.js index f0c2c6c..6ff8dfd 100755 --- a/rtt-module.js +++ b/rtt-module.js @@ -67,7 +67,7 @@ module.exports.fuzz = function(fuzzerInputData) { // remove `undo` from actions, useful to test for dead-ends delete actions['undo'] } - if (!NO_RESIGN) { + if (!NO_RESIGN && RULES.resign) { actions['_resign'] = 1 } |