From fd1f324c5c0bbbbd516ab814b940325323a7a1a3 Mon Sep 17 00:00:00 2001 From: ulukyn Date: Wed, 14 Dec 2016 20:16:42 +0100 Subject: [PATCH] Fixed: Load Scenographic Editor lua files --- code/ryzom/client/data/gamedev/interfaces_v3/json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/json.lua b/code/ryzom/client/data/gamedev/interfaces_v3/json.lua index 9f5ac6e05..70d8c4413 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/json.lua +++ b/code/ryzom/client/data/gamedev/interfaces_v3/json.lua @@ -115,7 +115,7 @@ encode = function(val, stack) end -function json.encode(val) +function Json.encode(val) return ( encode(val) ) end