diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 19:05:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 19:05:31 +0300 |
commit | 77392dfa39913e4d6c51934deab51088da878e7a (patch) | |
tree | a6f56d693f5847a22e1514d17f7752798b84597b /src/actions/commands.h | |
parent | 4eb67aee829ba4f7b59d5a8f885a472d843e679a (diff) | |
download | plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.gz plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.bz2 plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.xz plus-77392dfa39913e4d6c51934deab51088da878e7a.zip |
Add chat command /randomwarp. Also add it to player context menu.
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 c7b1b60cb..bf7ebe03c 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -118,6 +118,7 @@ namespace Actions decHandler(commandSpawnEvilClone); decHandler(commandSavePosition); decHandler(commandLoadPosition); + decHandler(commandRandomWarp); } // namespace Actions #undef decHandler |