Skip to content

Commit

Permalink
Remove avalonBot game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vck3000 committed Dec 19, 2023
1 parent 92775e3 commit 051de5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameplay/gameModes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getCards as avalonBotGetCards } from './avalonBot/indexCards';

export const AVALON = 'avalon';
export const AVALON_BOT = 'avalonBot';
export const GAME_MODE_NAMES = [AVALON, AVALON_BOT];
export const GAME_MODE_NAMES = [AVALON /*, AVALON_BOT*/];

export const isGameMode = (gameMode: string) => {
return GAME_MODE_NAMES.indexOf(gameMode) !== -1;
Expand Down

0 comments on commit 051de5c

Please sign in to comment.