minor bugfix

This commit is contained in:
Chr1Z93 2023-12-18 23:06:28 +01:00
parent 73552571c0
commit 04d2c7856b

View File

@ -53,7 +53,7 @@ do
-- Sets the connection color -- Sets the connection color
PlayAreaApi.setConnectionColor = function(color) PlayAreaApi.setConnectionColor = function(color)
getPlayArea().call("setConnectionColor") getPlayArea().call("setConnectionColor", color)
end end
-- Event to be called when the current scenario has changed. -- Event to be called when the current scenario has changed.