聊天处理修改
parent
c3a5e2a30a
commit
b19e21b835
|
@ -2452,6 +2452,7 @@ function GetNewChatMsg(msg)
|
|||
local list = {}
|
||||
local len = 1
|
||||
local index = 1
|
||||
if not msg==nil then
|
||||
for i = 1, string.len(msg) do
|
||||
if index == i then
|
||||
local s = string.sub(msg, i, i)
|
||||
|
@ -2472,6 +2473,8 @@ function GetNewChatMsg(msg)
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
local _list = {}
|
||||
for key, value in pairs(list) do
|
||||
table.insert(_list, value)
|
||||
|
|
Loading…
Reference in New Issue