mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Load Scenographic Editor lua files
This commit is contained in:
parent
8fc66a4af4
commit
fd1f324c5c
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