From aac95649d10ffc770943de5cf9aad3d35f3733e5 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 8 Feb 2024 00:33:53 +0100 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. (cherry picked from commit 8ccdbe73503ac96febaa8ba6e517b43220d7e80d) --- Resources/Prototypes/game_presets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index dcac598c6e..4770ec9f6e 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -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