From b0dc979718b136b4738d1fafcdd9f1f542557a00 Mon Sep 17 00:00:00 2001 From: "ulukyn@gmail.com" Date: Wed, 14 Dec 2016 20:16:42 +0100 Subject: [PATCH] Fixed: Load Scenographic Editor lua files --HG-- branch : compatibility-develop --- 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