박찬수

reply

Showing 1 changed file with 2 additions and 2 deletions
...@@ -90,11 +90,11 @@ function Reply(eventObj,replyMsg){ ...@@ -90,11 +90,11 @@ function Reply(eventObj,replyMsg){
90 "messages":[ 90 "messages":[
91 { 91 {
92 "type":"Name", 92 "type":"Name",
93 - "text":replyMsgJSON.response[0].player.name 93 + "text":replyMsgJSON.response[0].player.name.toString()
94 }, 94 },
95 { 95 {
96 "type":"JSON", 96 "type":"JSON",
97 - "text":replyMsgJSON 97 + "text":replyMsgJSON.toString()
98 } 98 }
99 ] 99 ]
100 } 100 }
......