diff --git a/game/gamesrc/commands/default/objmanip.py b/game/gamesrc/commands/default/objmanip.py index 8250af0cca..c3acb496f3 100644 --- a/game/gamesrc/commands/default/objmanip.py +++ b/game/gamesrc/commands/default/objmanip.py @@ -1410,7 +1410,7 @@ class CmdExamine(ObjManipCommand): If object is not specified, the current location is examined. """ key = "examine" - aliases = ["ex"] + aliases = ["ex","exam"] permissions = "cmd:examine" help_category = "Building"