This commit is contained in:
libccy 2017-02-02 22:39:25 +08:00
parent 145a704cf7
commit ab51fe159a
1 changed files with 1 additions and 1 deletions

View File

@ -30276,7 +30276,7 @@
else if(this.roomgaming&&!game.onlineID){
alert('房间不允许旁观');
}
else if(this.version!=lib.versionOL){
else if(!this.roomempty&&this.version!=lib.versionOL){
if(this.version>lib.versionOL){
alert('加入失败:你的游戏版本过低');
}