maint: change default branding value to false
This commit is contained in:
parent
73f0f88411
commit
5bfb599100
@ -40,7 +40,7 @@ namespace branding
|
||||
|
||||
scheduler::once([]()
|
||||
{
|
||||
dvars::branding = game::Dvar_RegisterBool("branding", true, game::DvarFlags::DVAR_FLAG_SAVED, "Show branding");
|
||||
dvars::branding = game::Dvar_RegisterBool("branding", false, game::DvarFlags::DVAR_FLAG_SAVED, "Show branding");
|
||||
}, scheduler::pipeline::renderer);
|
||||
|
||||
#if GIT_DIRTY == 1
|
||||
|
Loading…
Reference in New Issue
Block a user