forked from github/server
repair feedback for not woning anything when trying to destroy.
This commit is contained in:
parent
ff33af3c65
commit
95d1203594
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue