forked from github/server
BUG 2383: Delete an invalid assertion.
https://bugs.eressea.de/view.php?id=2383
This commit is contained in:
parent
98be298d72
commit
5a0a1f495b
|
@ -853,8 +853,6 @@ void cr_output_unit(stream *out, const region * r, const faction * f,
|
|||
stream_printf(out, "\"%s\";Typ\n",
|
||||
translate(zRace, LOC(f->locale, zRace)));
|
||||
if (u->faction == f && irace != u_race(u)) {
|
||||
assert(skill_enabled(SK_STEALTH)
|
||||
|| !"we're resetting this on load, so.. ircase should never be used");
|
||||
zRace = rc_name_s(u_race(u), NAME_PLURAL);
|
||||
stream_printf(out, "\"%s\";wahrerTyp\n",
|
||||
translate(zRace, LOC(f->locale, zRace)));
|
||||
|
|
Loading…
Reference in New Issue