Skip to content

Commit

Permalink
Правка тэга двас
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Aug 16, 2024
1 parent bf4f92c commit 937c4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public static readonly CVarDef<int>
/// Controls the game map prototype to load. SS14 stores these prototypes in Prototypes/Maps.
/// </summary>
public static readonly CVarDef<string>
GameMap = CVarDef.Create("game.map", "corvaxFrontier", CVar.SERVERONLY); ///Corvax_Frontier
GameMap = CVarDef.Create("game.map", "corvaxFrontier", CVar.SERVERONLY); // Corvax-Frontier

/// <summary>
/// Controls whether to use world persistence or not.
Expand Down

0 comments on commit 937c4b5

Please sign in to comment.