shikong-hexie
parent
0d13556ed9
commit
391d63dbbc
|
@ -2453,7 +2453,7 @@ function GetNewChatMsg(msg)
|
|||
local list = {}
|
||||
local len = 1
|
||||
local index = 1
|
||||
if not msg==nil then
|
||||
if msg~=nil then
|
||||
for i = 1, string.len(msg) do
|
||||
if index == i then
|
||||
local s = string.sub(msg, i, i)
|
||||
|
|
Loading…
Reference in New Issue