diff options
Diffstat (limited to 'bin/rtt-undo')
-rwxr-xr-x | bin/rtt-undo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtt-undo b/bin/rtt-undo index 2f69eed..ae375f9 100755 --- a/bin/rtt-undo +++ b/bin/rtt-undo @@ -9,7 +9,7 @@ then echo Game has $COUNT actions. fi sqlite3 db "delete from game_replay where game_id=$1 and replay_id>=$COUNT" - ./bin/rtt-patch $1 '{"validate_actions":false}' + ./bin/rtt-patch $1 -no-validate else echo "usage: rtt-undo GAME" fi |