Showing
1 changed file
with
1 additions
and
2 deletions
@@ -422,8 +422,7 @@ function manage_replay_chat_msg() { | @@ -422,8 +422,7 @@ function manage_replay_chat_msg() { | ||
422 | 422 | ||
423 | if (replay_chat_arr.length > 0) { | 423 | if (replay_chat_arr.length > 0) { |
424 | var obj = replay_chat_arr[0]; | 424 | var obj = replay_chat_arr[0]; |
425 | - | ||
426 | - if (obj.createtime <= time) { | 425 | + if (obj.create_time <= time) { |
427 | if (obj.cmd == 5) { | 426 | if (obj.cmd == 5) { |
428 | insert_msg(obj) | 427 | insert_msg(obj) |
429 | } | 428 | } |
-
Please register or login to post a comment