This commit is contained in:
parent
4c409866a3
commit
e3a6378c42
|
@ -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;
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
window.noname_update={
|
||||
version:'1.8.8',
|
||||
version:'1.8.8.1',
|
||||
changeLog:[
|
||||
'联机大厅改进',
|
||||
'默认更新地址修改',
|
||||
'可下载皮肤素材'
|
||||
'可下载皮肤素材',
|
||||
'修复观战bug'
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue