hotfix
This commit is contained in:
@@ -381,9 +381,9 @@ function DataController.ReceiveData(key, data)
|
||||
|
||||
TOC_DEBUG.print("ReceiveData for " .. key)
|
||||
|
||||
if data == nil or data.limbs == nil then
|
||||
TOC_DEBUG.print("Data is nil, new character or something is wrong")
|
||||
end
|
||||
-- if data == nil or data.limbs == nil then
|
||||
-- TOC_DEBUG.print("Data is nil, new character or something is wrong")
|
||||
-- end
|
||||
|
||||
-- Get DataController instance if there was none for that user and reapply the correct ModData table as a reference
|
||||
local username = key:sub(5)
|
||||
@@ -407,7 +407,7 @@ function DataController.ReceiveData(key, data)
|
||||
end
|
||||
handler:applyOnlineData(data)
|
||||
elseif username == getPlayer():getUsername() then
|
||||
TOC_DEBUG.print("loading local data")
|
||||
TOC_DEBUG.print("Trying to load local data or no data is available")
|
||||
handler:tryLoadLocalData(key)
|
||||
end
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ require("TOC/Events")
|
||||
|
||||
---@class Main
|
||||
local Main = {
|
||||
_version = "2.0.7"
|
||||
_version = "2.0.8"
|
||||
}
|
||||
|
||||
function Main.Start()
|
||||
|
||||
Reference in New Issue
Block a user