Update
This commit is contained in:
@@ -47,7 +47,8 @@ function shared.StinkyCache.Init()
|
||||
)
|
||||
)
|
||||
end
|
||||
local name, value = { strsplit("|", msg) }
|
||||
local parts = { strsplit("|", msg) }
|
||||
local name, value = parts[1], parts[2]
|
||||
shared.stinkyCache.stinkies[name] = { value = value, timestamp = time() }
|
||||
else
|
||||
if Heimdall_Data.config.stinkyCache.debug then
|
||||
|
||||
Reference in New Issue
Block a user