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()); }