removed redundant min_width values

This commit is contained in:
Mikayla Fischler
2023-12-14 20:51:54 -05:00
parent fa0185c9a4
commit 5c88890ed4
4 changed files with 50 additions and 50 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.6.5"
local R_PLC_VERSION = "v1.6.6"
local println = util.println
local println_ts = util.println_ts