up the amount of players allowed per server

This commit is contained in:
Robert MacRae 2026-01-24 21:38:56 -04:00
parent 5bb8b6aed0
commit caacd8eca5

View File

@ -23,7 +23,7 @@ const gameServerSchema = new mongoose.Schema({
type: Number,
default: 10,
min: 1,
max: 20
max: 100
},
currentPlayers: {
type: Number,