Jofthomas HF staff commited on
Commit
dbd64e6
1 Parent(s): 9162c96

Update convex/constants.ts

Browse files
Files changed (1) hide show
  1. convex/constants.ts +1 -1
convex/constants.ts CHANGED
@@ -87,7 +87,7 @@ export const LLM_VOTE_DURATION = 60000;
87
  export const MAX_NPC = 8;
88
 
89
  //Needs a minimum of 3 player to start the game
90
- export const LOBBY_SIZE = 1;
91
 
92
  // Bound the number of pathfinding searches we do per game step.
93
  export const MAX_PATHFINDS_PER_STEP = 16;
 
87
  export const MAX_NPC = 8;
88
 
89
  //Needs a minimum of 3 player to start the game
90
+ export const LOBBY_SIZE = 2;
91
 
92
  // Bound the number of pathfinding searches we do per game step.
93
  export const MAX_PATHFINDS_PER_STEP = 16;