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/planet.cc')
-rw-r--r--src/game/base/planet.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/planet.cc b/src/game/base/planet.cc
index ad1aa47..7a648db 100644
--- a/src/game/base/planet.cc
+++ b/src/game/base/planet.cc
@@ -37,7 +37,7 @@ void Planet::dock(core::Entity *entity)
Ship * ship = static_cast<Ship *>(entity);
- // fixed 50 km docking radius
+ // fixed 5 km docking radius
if (math::distance(location(), ship->location()) > radius() + ship->radius() + 50.0f) {
if (ship->owner())
ship->owner()->send("Planet out of range");