Skip to content

Commit

Permalink
fix: ridiculously increases the amount of people per room
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Jul 4, 2023
1 parent 925aacb commit 8120842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class Room {
width;
height;
players = {};
max_players_amount = 2;
max_players_amount = 128;
start_timestamp;

/**
Expand Down

0 comments on commit 8120842

Please sign in to comment.