Fix compilation

This commit is contained in:
Diavolo 2022-06-12 20:09:49 +02:00
parent 7efaa89d32
commit 4fa67af2c4
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -146,7 +146,6 @@ namespace Components
void Dedicated::AddDedicatedCommands()
{
Dedicated::SVRandomMapRotation = Dvar::Register<bool>("sv_randomMapRotation", false, Game::dvar_flag::DVAR_ARCHIVE, "Randomize map rotation when true");
Dvar::Register<const char*>("sv_sayName", "^7Console", Game::dvar_flag::DVAR_NONE, "The name to pose as for 'say' commands");
Dvar::Register<const char*>("sv_motd", "", Game::dvar_flag::DVAR_NONE, "A custom message of the day for servers");