From e4a71ef420b0f814d5dbbd67f6ba3089326f0627 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Sat, 4 Sep 2010 15:39:43 +0000 Subject: [PATCH] Fix red button nudge lid aliases. --- game/gamesrc/commands/examples/cmdset_red_button.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """