[General] Update changelog
This commit is contained in:
parent
f9554e7b7b
commit
2cf741f2a2
@ -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
|
||||
|
||||
|
@ -173,7 +173,6 @@ namespace Components
|
||||
void MapRotation::ApplyGametype(const std::string& gametype)
|
||||
{
|
||||
assert(!gametype.empty());
|
||||
|
||||
Dvar::Var("g_gametype").set(gametype.data());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user