mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 00:03:40 +00:00
format code with prettier
This commit is contained in:
@@ -40,9 +40,7 @@ export class BotBehavior {
|
||||
|
||||
private emoji(player: Player, emoji: number) {
|
||||
if (player.type() !== PlayerType.Human) return;
|
||||
this.game.addExecution(
|
||||
new EmojiExecution(this.player, player.id(), emoji),
|
||||
);
|
||||
this.game.addExecution(new EmojiExecution(this.player, player.id(), emoji));
|
||||
}
|
||||
|
||||
forgetOldEnemies() {
|
||||
|
||||
Reference in New Issue
Block a user