diff --git a/dat/planet.xml b/dat/planet.xml
index dbddbef..864e897 100644
--- a/dat/planet.xml
+++ b/dat/planet.xml
@@ -517,7 +517,7 @@
Constructed by many captured and then enslaved DLF armsmen. The design is pretty sturdy but you can't help to think there must be a hidden bomb somewhere, just waiting to go off and kill the Draktharr opressors.
Draktharr
- 0
+ 3
0
11
@@ -643,4 +643,4 @@
M
-
\ No newline at end of file
+
diff --git a/src/pilot.c b/src/pilot.c
index 2fedcbb..0263b21 100644
--- a/src/pilot.c
+++ b/src/pilot.c
@@ -1163,7 +1163,6 @@ int pilot_cargoUsed(Pilot* pilot) {
int i, q;
q = 0;
- pilot->cargo_free = pilot->ship->cap_cargo;
for(i = 0; i < pilot->ncommodities; i++)
q += pilot->commodities[i].quantity;