[General] Update changelog

This commit is contained in:
Diavolo 2022-06-24 21:33:34 +02:00
parent f9554e7b7b
commit 2cf741f2a2
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.
### Changed ### Changed
- `openLink` command was removed for security reasons (#286) - `openLink` command was removed for security reasons (#286)
- `sv_mapRotationCurrent` is not being used anymore (#302)
### Fixed ### Fixed

View File

@ -173,7 +173,6 @@ namespace Components
void MapRotation::ApplyGametype(const std::string& gametype) void MapRotation::ApplyGametype(const std::string& gametype)
{ {
assert(!gametype.empty()); assert(!gametype.empty());
Dvar::Var("g_gametype").set(gametype.data()); Dvar::Var("g_gametype").set(gametype.data());
} }