|
@@ -532,7 +532,8 @@ void MoveDispatch::server_line(const std::string &line,
|
|
|
|
|
|
|
|
|
bool MoveDispatch::density_clear(density d) {
|
|
|
-
|
|
|
+ */
|
|
|
+
|
|
|
http:
|
|
|
Density Readings:
|
|
|
0 = Empty Sector or Ferrengi Dreadanought
|
|
@@ -552,7 +553,8 @@ bool MoveDispatch::density_clear(density d) {
|
|
|
500 = Planet
|
|
|
512 = Federation Starship under Admiral Clausewitz
|
|
|
575 = Destroyed Port (Before 25% Nav-Haz Clears)
|
|
|
- */
|
|
|
+ */
|
|
|
+
|
|
|
if (d.sector == 0) return false;
|
|
|
|
|
|
switch (d.density) {
|