mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 10:54:16 +00:00
@@ -31,7 +31,11 @@ export class WinCheckExecution implements Execution {
|
||||
|
||||
if (this.mg.config().gameConfig().gameMode === GameMode.FFA) {
|
||||
this.checkWinnerFFA();
|
||||
<<<<<<< Updated upstream
|
||||
} else {
|
||||
=======
|
||||
} else if (gameMode === GameMode.NukeWars || gameMode === GameMode.Team) {
|
||||
>>>>>>> Stashed changes
|
||||
this.checkWinnerTeam();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user