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/dyetool | |
parent | acc395f67dbe683787f1aeb0bf96fe0a16f62c5e (diff) | |
download | manaverse-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.tar.gz manaverse-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.tar.bz2 manaverse-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.tar.xz manaverse-f6cb5519a2cc4452055ff0bfb6f38990bc3e9e65.zip |
Allow open server info window from game.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/windows.cpp b/src/dyetool/actions/windows.cpp index 635a64f9f..ce5c72ce2 100644 --- a/src/dyetool/actions/windows.cpp +++ b/src/dyetool/actions/windows.cpp @@ -54,6 +54,7 @@ impHandlerVoid(cartWindowShow) impHandlerVoid(updaterWindowShow) impHandlerVoid(quickWindowShow) impHandlerVoid(mailWindowShow) +impHandlerVoid(serverInfoWindowShow) impHandlerVoid(showItems) } // namespace Actions |