聊天处理修改

master
PC-202302260912\Administrator 2024-08-08 18:02:27 +08:00
parent c3a5e2a30a
commit b19e21b835
1 changed files with 17 additions and 14 deletions

View File

@ -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)