Disable voting for Sandbox mode (#25027)
Sandbox mode should not be votable, because players can vote for it, and then entity spam to quickly lag a server or run it out of memory. (cherry picked from commit 8ccdbe73503ac96febaa8ba6e517b43220d7e80d)
This commit is contained in:
parent
cc9b30af68
commit
aac95649d1
|
|
@ -79,8 +79,8 @@
|
|||
- sandbox
|
||||
name: sandbox-title
|
||||
description: sandbox-description
|
||||
showInVote: false # DeltaV - No
|
||||
maxPlayers: 1
|
||||
showInVote: false # Not suitable for use without admin intervention, since entity spamming can quickly crash a server
|
||||
maxPlayers: 5
|
||||
rules:
|
||||
- Sandbox
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue