We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff3cc9 commit d27c184Copy full SHA for d27c184
scripts/vscripts/alyxlib/class.lua
@@ -462,7 +462,9 @@ function EntityClass:Save(name, value)
462
463
if name then
464
Storage.Save(self, name, value~=nil and value or self[name])
465
+ return
466
end
467
+
468
for key, val in pairs(self) do
469
if not key:startswith("_") and type(val) ~= "function" then
470
Storage.Save(self, key, val)
0 commit comments