diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-15 20:37:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-15 20:37:18 +0300 |
commit | f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65 (patch) | |
tree | a4b22c43caebdccb79969dc95356f8745600d36c /src/actions/windows.h | |
parent | acc395f67dbe683787f1aeb0bf96fe0a16f62c5e (diff) | |
download | plus-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.tar.gz plus-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.tar.bz2 plus-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.tar.xz plus-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.zip |
Allow open server info window from game.
Diffstat (limited to 'src/actions/windows.h')
-rw-r--r-- | src/actions/windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/windows.h b/src/actions/windows.h index 3820ee9fe..8b6311281 100644 --- a/src/actions/windows.h +++ b/src/actions/windows.h @@ -54,6 +54,7 @@ namespace Actions decHandler(cartWindowShow); decHandler(quickWindowShow); decHandler(mailWindowShow); + decHandler(serverInfoWindowShow); decHandler(showItems); } // namespace Actions |