From 0f49c02c2813ce853a7699b673103c8ef5edc05d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 May 2017 22:25:26 +0300 Subject: Add chat command for warp to player. --- src/gui/popups/popupmenu.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/gui/popups') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index 1d568d0d6..6b3aaf68a 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -1253,10 +1253,6 @@ void PopupMenu::handleLink(const std::string &link, if (mTextField) mTextField->handlePaste(); } - else if (link == "goto" && !mName.empty()) - { - adminHandler->gotoName(mName); - } else if (link == "recall" && !mName.empty()) { adminHandler->recallName(mName); @@ -2812,7 +2808,7 @@ void PopupMenu::showPlayerGMCommands(const std::string &name) } // TRANSLATORS: popup menu item // TRANSLATORS: go to player position - mBrowserBox->addRow("goto", _("Goto")); + mBrowserBox->addRow("/gotopc 'NAME'", _("Goto")); // TRANSLATORS: popup menu item // TRANSLATORS: recall player to current position mBrowserBox->addRow("recall", _("Recall")); -- cgit v1.2.3-70-g09d2