diff --git a/game/gamesrc/commands/examples/cmdset_red_button.py b/game/gamesrc/commands/examples/cmdset_red_button.py index 79f48f249e..a5f1164ae5 100644 --- a/game/gamesrc/commands/examples/cmdset_red_button.py +++ b/game/gamesrc/commands/examples/cmdset_red_button.py @@ -29,7 +29,7 @@ class CmdNudge(Command): """ key = "nudge lid" # two-word command name! - alias = ["nudge"] + aliases = ["nudge"] def func(self): """