diff options
Diffstat (limited to 'internal/game/cmd_registry.go')
| -rw-r--r-- | internal/game/cmd_registry.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go index 1247fc3..462bf53 100644 --- a/internal/game/cmd_registry.go +++ b/internal/game/cmd_registry.go @@ -160,6 +160,7 @@ var commandRegistry = map[string]commandDef{ "close": {(*Game).executeClose, ClassInstant}, "god": {(*Game).executeGod, ClassInstant}, "ungod": {(*Game).executeUnGod, ClassInstant}, + "hideallexits": {(*Game).executeHideAllExits, ClassInstant}, } func classifyCommand(cmd string) CommandClass { |
