Skip to content

Commit

Permalink
Let's commit every 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob committed May 16, 2019
1 parent accdc35 commit 3b9d321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Slipe/Core/Lua/SystemComponents/Type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ function System.cast(cls, obj)
else
-- workaround for RPCs, since metatables are not included during transfer
if getmetatable(obj) == nil then
System.Console.WriteLine(debug.traceback())
setmetatable(obj, cls)
return obj
end
Expand Down

0 comments on commit 3b9d321

Please sign in to comment.