mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 12:15:03 +00:00
Remove useless comment
This commit is contained in:
@@ -214,8 +214,6 @@ export class GameImpl implements Game {
|
||||
...this._nations.map((n) => n.playerInfo),
|
||||
];
|
||||
const playerToTeam = assignTeams(allPlayers, this.playerTeams);
|
||||
// this.playerTeams is updated in-place by assignTeams
|
||||
|
||||
for (const [playerInfo, team] of playerToTeam.entries()) {
|
||||
if (team === "kicked") {
|
||||
console.warn(`Player ${playerInfo.name} was kicked from team`);
|
||||
|
||||
Reference in New Issue
Block a user