修复load完忘了启动ws-play的task

This commit is contained in:
MrZ626
2021-03-29 11:12:35 +08:00
parent 209038adb2
commit fa8493fd3e

View File

@@ -180,6 +180,7 @@ local loadingThread=coroutine.create(function()
--Connect to server
TASK.new(TICK_WS_app)
TASK.new(TICK_WS_user)
TASK.new(TICK_WS_play)
WS.connect("app","/app")
if USER.authToken then
WS.connect("user","/user",JSON.encode{