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,
|
type: Number,
|
||||||
default: 10,
|
default: 10,
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 20
|
max: 100
|
||||||
},
|
},
|
||||||
currentPlayers: {
|
currentPlayers: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
|||||||
Reference in New Issue
Block a user