Skip to content

Commit

Permalink
my dumbass forgot to switch the mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Dec 24, 2024
1 parent f669460 commit 37e3bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType
export const GameConstants = freezeDeep({
// !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master
// or a new item is added to a definition list
protocolVersion: 41,
protocolVersion: 42,
gridSize: 32,
maxPosition: Constants.MAX_POSITION,
modeName: "fall" satisfies Mode as Mode,
modeName: "winter" satisfies Mode as Mode,
player: {
radius: 2.25,
baseSpeed: 0.02655,
Expand Down
2 changes: 1 addition & 1 deletion server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Config = {

maxTeamSize: TeamSize.Solo,

maxPlayersPerGame: 70,
maxPlayersPerGame: 80,
maxGames: 5,
gameJoinTime: 60,

Expand Down

0 comments on commit 37e3bc4

Please sign in to comment.