Use consistent and easy to read debug command names.
Reorganize dev cheat command handling.
This commit is contained in:
committed by
teinarss
parent
ca2bef3cd1
commit
3980e4fa90
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public class TerrainGeometryOverlay : IRenderAnnotations, IWorldLoaded, IChatCommand
|
||||
{
|
||||
const string CommandName = "terrainoverlay";
|
||||
const string CommandName = "terrain-geometry";
|
||||
const string CommandDesc = "toggles the terrain geometry overlay.";
|
||||
|
||||
public bool Enabled;
|
||||
|
||||
Reference in New Issue
Block a user