Skip to content

Commit

Permalink
remove potentially confusing red/blue aliases for !left and !right
Browse files Browse the repository at this point in the history
  • Loading branch information
Felk committed Feb 27, 2024
1 parent 72a8322 commit acdd35f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TPP.Core/Commands/Definitions/DualRunCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ public class DualRunCommands(Func<RunmodeConfig> runmodeConfigProvider, IInputSi
{
new Command("left", ctx => PickSide(ctx, "left"))
{
Aliases = ["blue"],
Description = "Makes your inputs go to the left side team."
},
new Command("right", ctx => PickSide(ctx, "right"))
{
Aliases = ["red"],
Description = "Makes your inputs go to the right side team."
},
new Command("noside", ctx => PickSide(ctx, null))
Expand Down

0 comments on commit acdd35f

Please sign in to comment.