mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-22 15:16:12 +00:00
Fixed: Load Scenographic Editor lua files
--HG-- branch : compatibility-develop
This commit is contained in:
parent
6238139c08
commit
b0dc979718
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ encode = function(val, stack)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function json.encode(val)
|
function Json.encode(val)
|
||||||
return ( encode(val) )
|
return ( encode(val) )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue