diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2024-02-15 21:28:57 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2024-02-15 21:28:57 +0100 |
commit | ea2ea44418356764228c502532c5874d8c7620bd (patch) | |
tree | 6f1e8451eeea9c2d425ec9d31c060e0522dd659e | |
parent | 940529ab2a193c5c0d2e2e40523e31e0dec91c07 (diff) | |
download | fuzzer-ea2ea44418356764228c502532c5874d8c7620bd.tar.gz |
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, |