From 8ccdbe73503ac96febaa8ba6e517b43220d7e80d Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Wed, 7 Feb 2024 15:33:53 -0800 Subject: [PATCH] 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. --- Resources/Prototypes/game_presets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index 96992d022d..f1f16ab9b8 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -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 -- 2.51.2