fix
This commit is contained in:
parent
1ec748a61e
commit
e84b900673
|
@ -151,7 +151,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
group:'yxs_menshen3',
|
||||
onremove:true,
|
||||
filter:function (event,player){
|
||||
return game.player.length>1;
|
||||
return game.players.length>1;
|
||||
},
|
||||
content:function (){
|
||||
"step 0"
|
||||
|
|
Loading…
Reference in New Issue