diff options
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index c3102b8c0..0e71f409c 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -90,6 +90,7 @@ namespace Actions decHandler(confGet); decHandler(serverConfGet); decHandler(slide); + decHandler(selectSkillLevel); } // namespace Actions #undef decHandler |