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.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
- sandbox
|
||||
name: sandbox-title
|
||||
description: sandbox-description
|
||||
showInVote: true
|
||||
showInVote: false # Not suitable for use without admin intervention, since entity spamming can quickly crash a server
|
||||
maxPlayers: 5
|
||||
rules:
|
||||
- Sandbox
|
||||
|
||||
Reference in New Issue
Block a user