修正远程玩家startStreaming时录像数组被删除导致开始游戏直接爆炸
This commit is contained in:
@@ -195,7 +195,7 @@ function Player:newTask(code,...)
|
||||
end
|
||||
|
||||
function Player:startStreaming(streamData)
|
||||
self.stream=streamData
|
||||
self.stream=streamData or self.stream
|
||||
self.streamProgress=1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user