This commit is contained in:
libccy 2016-04-18 19:56:36 +08:00
parent 4c409866a3
commit e3a6378c42
2 changed files with 4 additions and 3 deletions

View File

@ -11999,7 +11999,7 @@
else if(!_status.waitingForPlayer){
if(game.phaseNumber&&lib.configOL.observe){
lib.node.observing.push(this);
this.send('reinit',lib.configOL,get.arenaState(),game.getState?game.getState():{},game.ip,game.me.playerid);
this.send('reinit',lib.configOL,get.arenaState(),game.getState?game.getState():{},game.ip,game.players[0].playerid);
if(!ui.removeObserve){
ui.removeObserve=ui.create.system('移除旁观',function(){
lib.configOL.observe=false;

View File

@ -1,8 +1,9 @@
window.noname_update={
version:'1.8.8',
version:'1.8.8.1',
changeLog:[
'联机大厅改进',
'默认更新地址修改',
'可下载皮肤素材'
'可下载皮肤素材',
'修复观战bug'
]
}