Rename instant to fast charge to avoid tab complete clash.
This commit is contained in:
committed by
Smittytron
parent
2d0e7040db
commit
0249116206
@@ -33,7 +33,7 @@ namespace OpenRA.Mods.Common.Commands
|
|||||||
{ "build-anywhere", ("toggles you the ability to build anywhere.", BuildAnywhere) },
|
{ "build-anywhere", ("toggles you the ability to build anywhere.", BuildAnywhere) },
|
||||||
{ "unlimited-power", ("toggles infinite power.", UnlimitedPower) },
|
{ "unlimited-power", ("toggles infinite power.", UnlimitedPower) },
|
||||||
{ "enable-tech", ("toggles the ability to build everything.", EnableTech) },
|
{ "enable-tech", ("toggles the ability to build everything.", EnableTech) },
|
||||||
{ "instant-charge", ("toggles instant support power charging.", InstantCharge) },
|
{ "fast-charge", ("toggles almost instant support power charging.", FastCharge) },
|
||||||
{ "all", ("toggles all cheats and gives you some cash for your trouble.", All) },
|
{ "all", ("toggles all cheats and gives you some cash for your trouble.", All) },
|
||||||
{ "crash", ("crashes the game.", Crash) },
|
{ "crash", ("crashes the game.", Crash) },
|
||||||
{ "levelup", ("adds a specified number of levels to the selected actors.", LevelUp) },
|
{ "levelup", ("adds a specified number of levels to the selected actors.", LevelUp) },
|
||||||
@@ -123,7 +123,7 @@ namespace OpenRA.Mods.Common.Commands
|
|||||||
IssueDevCommand(world, "DevEnableTech");
|
IssueDevCommand(world, "DevEnableTech");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void InstantCharge(string arg, World world)
|
static void FastCharge(string arg, World world)
|
||||||
{
|
{
|
||||||
IssueDevCommand(world, "DevFastCharge");
|
IssueDevCommand(world, "DevFastCharge");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user