repair feedback for not woning anything when trying to destroy.

This commit is contained in:
Enno Rehling 2012-05-17 15:33:42 -07:00
parent ff33af3c65
commit 95d1203594

View file

@ -420,7 +420,8 @@ int destroy_cmd(unit * u, struct order *ord)
"unit region ship", u, r, sh)); "unit region ship", u, r, sh));
} }
} else { } else {
log_error("Die Einheit %s von %s war owner eines objects, war aber weder in einer Burg noch in einem Schiff.\n", unitname(u), u->faction->name, u->faction->email); cmistake(u, ord, 138, MSG_PRODUCE);
return 0;
} }
if (con) { if (con) {