shikong-hexie
zhangjiannan 2024-12-09 13:09:32 +08:00
parent 0d13556ed9
commit 391d63dbbc
1 changed files with 1 additions and 1 deletions

View File

@ -2453,7 +2453,7 @@ function GetNewChatMsg(msg)
local list = {} local list = {}
local len = 1 local len = 1
local index = 1 local index = 1
if not msg==nil then if msg~=nil then
for i = 1, string.len(msg) do for i = 1, string.len(msg) do
if index == i then if index == i then
local s = string.sub(msg, i, i) local s = string.sub(msg, i, i)