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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user