Fixed update when Health Panel is open for remote pl

This commit is contained in:
ZioPao
2024-03-22 15:52:34 +01:00
parent feab41ac5c
commit 00b1b78cb3
4 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
if isServer() then return end
local CommandsData = require("TOC/CommandsData")
local StaticData = require("TOC/StaticData")
----------------
@@ -346,6 +348,7 @@ function DataController:apply()
ModData.transmit(CommandsData.GetKey(self.username))
end
---Online only, Global Mod Data doesn't trigger this in SP
---@param key any
---@param data any