From ea2ea44418356764228c502532c5874d8c7620bd Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:28:57 +0100 Subject: options --- rtt-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3