Merge branch 'master' of ssh://cryps.gg:40022/~/cryps

This commit is contained in:
Mashy
2019-01-13 18:49:40 +10:00
10 changed files with 109 additions and 60 deletions
+1 -1
View File
@@ -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