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',
|
group:'yxs_menshen3',
|
||||||
onremove:true,
|
onremove:true,
|
||||||
filter:function (event,player){
|
filter:function (event,player){
|
||||||
return game.player.length>1;
|
return game.players.length>1;
|
||||||
},
|
},
|
||||||
content:function (){
|
content:function (){
|
||||||
"step 0"
|
"step 0"
|
||||||
|
|
Loading…
Reference in New Issue