fixed coordinator not showing FAIL on unit count mismatch when connecting

This commit is contained in:
Mikayla Fischler
2024-04-20 20:38:55 -04:00
parent a786404092
commit 00a8d64a88
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local threads = require("coordinator.threads")
local COORDINATOR_VERSION = "v1.4.2"
local COORDINATOR_VERSION = "v1.4.3"
local CHUNK_LOAD_DELAY_S = 30.0