Changes
Jump to navigation
Jump to search
m
Undid revision 908430596 by Paine Ellsworth (talk) srv - mybad
local success, val = pcall(envFunc)
if success then
env[key] = val -- Memorise Memoise the value.
return val
end