zhanwencai 1 år sedan
förälder
incheckning
fb972c07df
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      script/core/ObjHuman.lua

+ 1 - 1
script/core/ObjHuman.lua

@@ -625,7 +625,7 @@ function sendHumanInfo(human)
         end
 	end
 
-    mm.drawCardRateList = json.enCode(drawCardRateList)
+    mm.drawCardRateList = Json.Encode(drawCardRateList)
 
 	Msg.send(mm, human.fd)
 end