[General] Update changelog

This commit is contained in:
Diavolo
2022-06-24 21:33:34 +02:00
parent f9554e7b7b
commit 2cf741f2a2
2 changed files with 1 additions and 1 deletions

View File

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