Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Mar 4, 2024
1 parent fa2efae commit a413194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Lync/Plugin.rbxm
Binary file not shown.
2 changes: 1 addition & 1 deletion Lync/RobloxPluginSource/Plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ while task.wait(0.5) do
if result then
if map.info.Debug then warn("[Lync] - Modified:", result) end
for key, value in result do
map[key] = value or nil
map.tree[key] = value or nil
end
local sortedPaths = {}
for path in pairs(result) do
Expand Down

0 comments on commit a413194

Please sign in to comment.