drops for zones
This commit is contained in:
@@ -114,7 +114,7 @@ class MenuNavigation extends Phaser.Scene {
|
||||
.setOrigin(0)
|
||||
.on('pointerdown', () => {
|
||||
const team = this.registry.get('cryps').filter(c => c.active).map(c => c.id);
|
||||
ws.sendGamePve(team, 'Normal');
|
||||
ws.sendGamePve(team);
|
||||
return this.scene.restart();
|
||||
});
|
||||
this.add
|
||||
|
||||
Reference in New Issue
Block a user