shikong-hexie
parent
0d13556ed9
commit
391d63dbbc
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue