From 2a6063155ae7047e9a77bfc6471153b369ca2e39 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 19 Sep 2015 17:37:44 +0000 Subject: Corrected a typo in the 'wingmen launch' command. --- src/game/base/game.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/base/game.cc b/src/game/base/game.cc index ffd2c90..59c1195 100644 --- a/src/game/base/game.cc +++ b/src/game/base/game.cc @@ -919,7 +919,7 @@ void Game::func_wingmen(core::Player *player, const std::string &args) player->send("^BWingmen entering combat!"); } - } else if ((str.compare("recall") == 0) || (str.compare("laucnh") == 0)) + } else if ((str.compare("recall") == 0) || (str.compare("launch") == 0)) { if (ship->has_flag(core::Entity::Dockable)) { if (ship->has_autopilot_flag(Ship::AutoPilotRecall)) -- cgit v1.2.3