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 94b7b05..4d137ae 100755 --- a/rtt-module.js +++ b/rtt-module.js @@ -176,7 +176,7 @@ function log_crash(error, ctx, action=undefined, args=undefined) { setup: { scenario: ctx.scenario, player_count: ctx.player_count, - options: ctx.option, + options: ctx.options, }, players: ctx.players, state: ctx.state, |