#350 handle RPS_DISABLE ack packet on supervisor

This commit is contained in:
Mikayla
2023-10-04 21:28:14 +00:00
parent 24d190921d
commit 26dc6ff6d1
2 changed files with 12 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.0.7"
local SUPERVISOR_VERSION = "v1.0.8"
local println = util.println
local println_ts = util.println_ts