This is a fork of Zandronum Beta for TSPG.
Revision | 941078645c8e014b721a538ef2b9279710499929 (tree) |
---|---|
Time | 2022-03-12 10:39:41 |
Author | ![]() |
Commiter | Joshua Surace |
Blacklist "sv_country" as it should not be touched on most servers.
@@ -787,7 +787,7 @@ | ||
787 | 787 | CVAR( String, sv_hostemail, "", CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO ) |
788 | 788 | |
789 | 789 | // [SB] The country in which this server is located. |
790 | -CVAR( String, sv_country, "automatic", CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO ) | |
790 | +CVAR( String, sv_country, "automatic", CVAR_ARCHIVE|CVAR_NOSETBYACS|CVAR_SERVERINFO|TSPG_NOSET ) | |
791 | 791 | |
792 | 792 | // IP address of the master server. |
793 | 793 | // [BB] Client and server use this now, therefore the name doesn't begin with "sv_" |