박찬수

reply

Showing 1 changed file with 2 additions and 2 deletions
......@@ -90,11 +90,11 @@ function Reply(eventObj,replyMsg){
"messages":[
{
"type":"Name",
"text":replyMsgJSON.response[0].player.name
"text":replyMsgJSON.response[0].player.name.toString()
},
{
"type":"JSON",
"text":replyMsgJSON
"text":replyMsgJSON.toString()
}
]
}
......