mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 15:29:26 +00:00
merge branch v0.17.3
This commit is contained in:
@@ -228,7 +228,6 @@ export class WinModal extends LitElement implements Layer {
|
||||
this.won = false;
|
||||
this.show();
|
||||
}
|
||||
|
||||
this.game.updatesSinceLastTick()[GameUpdateType.Win].forEach((wu) => {
|
||||
const winner = this.game.playerBySmallID(wu.winnerID) as PlayerView;
|
||||
this.eventBus.emit(new SendWinnerEvent(winner.clientID()));
|
||||
|
||||
Reference in New Issue
Block a user