增加加载分片数,调整用到的音效,移除忘了删的测试代码

This commit is contained in:
MrZ626
2021-05-12 17:57:21 +08:00
parent b67c0b8232
commit 0f61c8db8b
2 changed files with 23 additions and 12 deletions

View File

@@ -286,7 +286,6 @@ function NET.updateWS_app()
else
local res=_parse(message)
if res then
for k,v in next,res do print(k,v)end
if res.type=='Connect'then
NET.connected=true
if VERSION.code>=res.lowest then