Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/base/shipdealer.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/base/shipdealer.cc b/src/game/base/shipdealer.cc
index c1d3b10..83bc0dc 100644
--- a/src/game/base/shipdealer.cc
+++ b/src/game/base/shipdealer.cc
@@ -87,10 +87,9 @@ void ShipDealer::func_buy(core::Player *player, const std::string &args)
if (helpstr.size())
helpstr.append("^N|^B");
helpstr.append((*smit).second->label());
-
- player->send("Usage: buy [^B" + helpstr + "^N]");
- return;
}
+ player->send("Usage: buy [^B" + helpstr + "^N]");
+ return;
}
// find the ship dealer we're buying the ship from