From 04d2c7856b07e69e75f0f2bee31cf799098299f0 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Mon, 18 Dec 2023 23:06:28 +0100 Subject: [PATCH] minor bugfix --- src/core/PlayAreaApi.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/PlayAreaApi.ttslua b/src/core/PlayAreaApi.ttslua index f9a1e40f..aa983829 100644 --- a/src/core/PlayAreaApi.ttslua +++ b/src/core/PlayAreaApi.ttslua @@ -53,7 +53,7 @@ do -- Sets the connection color PlayAreaApi.setConnectionColor = function(color) - getPlayArea().call("setConnectionColor") + getPlayArea().call("setConnectionColor", color) end -- Event to be called when the current scenario has changed.