This commit is contained in:
Rochet2
2016-03-25 00:30:22 +02:00
parent e3dd72d27b
commit 2fdc1a17de

View File

@@ -43,7 +43,7 @@ local function DestroyObjData(event, obj)
local guid = otype == "Map" and 1 or obj:GetGUIDLow()
if otype == "Player" then
varStore[guid] = nil
variableStores[otype][guid] = nil
return
end