summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 15:59:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 15:59:27 +0300
commit662ea582cd57827475062fb6b728da6c21c14181 (patch)
tree1dc38343871d3e36d09a16ee2d85d95ae81da3e0 /src/commands.cpp
parentffe1b11e981112a662669358863805fabe14e94c (diff)
downloadplus-662ea582cd57827475062fb6b728da6c21c14181.tar.gz
plus-662ea582cd57827475062fb6b728da6c21c14181.tar.bz2
plus-662ea582cd57827475062fb6b728da6c21c14181.tar.xz
plus-662ea582cd57827475062fb6b728da6c21c14181.zip
Move chat command /pricesave into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index dded364ae..f70564822 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -157,16 +157,6 @@ impHandler(hack)
return true;
}
-impHandler0(priceSave)
-{
- if (shopWindow)
- {
- shopWindow->saveList();
- return true;
- }
- return false;
-}
-
impHandler0(disconnect)
{
Net::getGameHandler()->disconnect2();