[Dvar] Found another assert failed trigger

This commit is contained in:
Diavolo 2021-09-11 20:38:22 +02:00
parent 8ef991f81f
commit c824fe31e2
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -218,7 +218,7 @@ namespace Components
{
if (!Dedicated::IsEnabled() && Dvar::Var("sv_dontrotate").get<bool>())
{
Dvar::Var("sv_dontrotate").set(0);
Dvar::Var("sv_dontrotate").set(false);
return;
}