up the amount of players allowed per server
This commit is contained in:
parent
5bb8b6aed0
commit
caacd8eca5
@ -23,7 +23,7 @@ const gameServerSchema = new mongoose.Schema({
|
||||
type: Number,
|
||||
default: 10,
|
||||
min: 1,
|
||||
max: 20
|
||||
max: 100
|
||||
},
|
||||
currentPlayers: {
|
||||
type: Number,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user