Use consistent and easy to read debug command names.

Reorganize dev cheat command handling.
This commit is contained in:
Matthias Mailänder
2021-05-16 17:37:53 +02:00
committed by teinarss
parent ca2bef3cd1
commit 3980e4fa90
4 changed files with 173 additions and 127 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRA.Mods.Common.Traits
class CustomTerrainDebugOverlay : IWorldLoaded, IChatCommand, IRenderAnnotations
{
const string CommandName = "debugcustomterrain";
const string CommandName = "custom-terrain";
const string CommandDesc = "toggles the custom terrain debug overlay.";
public bool Enabled;