From efe5eda0e1bb77d3f8fee42f2ec46749ad443c2a Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Tue, 26 Nov 2024 18:36:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B3=D0=BE=D0=BB=D0=BE=D1=81=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B7=D0=B0=20=D0=BA=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.Vote.cs | 10 +++++----- Resources/Changelog/ChangelogSunrise.yml | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.Vote.cs b/Content.Shared/CCVar/CCVars.Vote.cs index 86a0c6c81e..dc17c7a051 100644 --- a/Content.Shared/CCVar/CCVars.Vote.cs +++ b/Content.Shared/CCVar/CCVars.Vote.cs @@ -98,19 +98,19 @@ public sealed partial class CCVars /// Whether a votekick initiator must be a ghost or not. /// public static readonly CVarDef VotekickInitiatorGhostRequirement = - CVarDef.Create("votekick.initiator_ghost_requirement", true, CVar.SERVERONLY); + CVarDef.Create("votekick.initiator_ghost_requirement", false, CVar.SERVERONLY); // Sunrise-Edit /// /// Should the initiator be whitelisted to initiate a votekick? /// public static readonly CVarDef VotekickInitiatorWhitelistedRequirement = - CVarDef.Create("votekick.initiator_whitelist_requirement", true, CVar.SERVERONLY); + CVarDef.Create("votekick.initiator_whitelist_requirement", false, CVar.SERVERONLY); // Sunrise-Edit /// /// Should the initiator be able to start a votekick if they are bellow the votekick.voter_playtime requirement? /// public static readonly CVarDef VotekickInitiatorTimeRequirement = - CVarDef.Create("votekick.initiator_time_requirement", false, CVar.SERVERONLY); + CVarDef.Create("votekick.initiator_time_requirement", true, CVar.SERVERONLY); // Sunrise-Edit /// /// Whether a votekick voter must be a ghost or not. @@ -128,7 +128,7 @@ public sealed partial class CCVars /// Config for how many seconds a player must have been dead to initiate a votekick / be able to vote on a votekick. /// public static readonly CVarDef VotekickEligibleVoterDeathtime = - CVarDef.Create("votekick.voter_deathtime", 30, CVar.REPLICATED | CVar.SERVER); + CVarDef.Create("votekick.voter_deathtime", 0, CVar.REPLICATED | CVar.SERVER); // Sunrise-Edit /// /// The required ratio of eligible voters that must agree for a votekick to go through. @@ -140,7 +140,7 @@ public sealed partial class CCVars /// Whether or not to prevent the votekick from having any effect when there is an online admin. /// public static readonly CVarDef VotekickNotAllowedWhenAdminOnline = - CVarDef.Create("votekick.not_allowed_when_admin_online", true, CVar.SERVERONLY); + CVarDef.Create("votekick.not_allowed_when_admin_online", false, CVar.SERVERONLY); // Sunrise-Edit /// /// The delay for which two votekicks are allowed to be made by separate people, in seconds. diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 97674aeb0f..a743819bc1 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -6469,3 +6469,25 @@ type: Add id: 447 time: '2024-11-26T14:50:19.825944+00:00' +- author: VigersRay + changes: + - message: "\u0418\u0433\u0440\u043E\u043A\u0438 \u043A\u043E\u0442\u043E\u0440\u044B\ + \u0435 \u043D\u0430\u0438\u0433\u0440\u0430\u043B\u0438 \u0431\u043E\u043B\u0435\ + \u0435 100 \u0447\u0430\u0441\u043E\u0432 \u0442\u0435\u043F\u0435\u0440\u044C\ + \ \u043C\u043E\u0433\u0443\u0442 \u0437\u0430\u043F\u0443\u0441\u043A\u0430\u0442\ + \u044C \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F \u043A\ + \u0438\u043A\u0435 \u0438 \u0431\u0430\u043D\u0435 \u0438\u0433\u0440\u043E\u043A\ + \u043E\u0432 \u043D\u0430 180 \u043C\u0438\u043D\u0443\u0442." + type: Tweak + - message: "\u0413\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u0435 \u043E\ + \ \u043A\u0438\u043A\u0435 \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u043F\ + \u0443\u0441\u043A\u0430\u0442\u044C \u0431\u0443\u0434\u0443\u0447\u0438 \u043D\ + \u0430 \u0440\u043E\u043B\u0435." + type: Tweak + - message: "\u0413\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u0442\u044C \u043E\ + \ \u043A\u0438\u043A\u0435 \u043C\u043E\u0433\u0443\u0442 \u043D\u0435 \u0442\ + \u043E\u043B\u044C\u043A\u043E \u043F\u0440\u0438\u0437\u0440\u0430\u043A\u0438\ + ." + type: Tweak + id: 448 + time: '2024-11-26T15:36:36.207685+00:00'