Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/game.cc')
-rw-r--r--src/game/base/game.cc2
1 files changed, 1 insertions, 1 deletions
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))