From 2cf741f2a2b0447f5078f9882c67cf132d35e6c5 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Fri, 24 Jun 2022 21:33:34 +0200 Subject: [PATCH] [General] Update changelog --- CHANGELOG.md | 1 + src/Components/Modules/MapRotation.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895266dc..1c1a49aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0. ### Changed - `openLink` command was removed for security reasons (#286) +- `sv_mapRotationCurrent` is not being used anymore (#302) ### Fixed diff --git a/src/Components/Modules/MapRotation.cpp b/src/Components/Modules/MapRotation.cpp index 906c594a..30adf749 100644 --- a/src/Components/Modules/MapRotation.cpp +++ b/src/Components/Modules/MapRotation.cpp @@ -173,7 +173,6 @@ namespace Components void MapRotation::ApplyGametype(const std::string& gametype) { assert(!gametype.empty()); - Dvar::Var("g_gametype").set(gametype.data()); }