Skip to content

Commit

Permalink
Fix copy paste error, closes #195
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Mar 24, 2016
1 parent e3dd72d commit 2fdc1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ObjectVariables.ext
Expand Up @@ -43,7 +43,7 @@ local function DestroyObjData(event, obj)
local guid = otype == "Map" and 1 or obj:GetGUIDLow() local guid = otype == "Map" and 1 or obj:GetGUIDLow()


if otype == "Player" then if otype == "Player" then
varStore[guid] = nil variableStores[otype][guid] = nil
return return
end end


Expand Down

0 comments on commit 2fdc1a1

Please sign in to comment.