Jofthomas HF staff commited on
Commit
02d4d0e
1 Parent(s): 897a8b5

Update convex/constants.ts

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