Skip to content

Commit

Permalink
Remove erroring SecurityCapabilities lua coder/decoder (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler authored Oct 20, 2023
1 parent b6d9f89 commit 0e10232
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rbx_dom_lua/src/EncodedValue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -412,15 +412,6 @@ types = {
end,
},

SecurityCapabilities = {
fromPod = function(_pod)
error("SecurityCapabilities is not implemented")
end,
toPod = function(_roblox)
error("SecurityCapabilities is not implemented")
end,
},

SharedString = {
fromPod = function(_pod)
error("SharedString is not supported")
Expand Down

0 comments on commit 0e10232

Please sign in to comment.