Gebäudebua: Fehlermeldung bei fehlendem Material wird nicht ausgegeben.

This commit is contained in:
Enno Rehling 2004-07-11 01:24:12 +00:00
parent 05fbf6cc90
commit 2b8c21dad3
1 changed files with 2 additions and 1 deletions

View File

@ -884,7 +884,8 @@ build_building(unit * u, const building_type * btype, int want)
);
ch = ch+strlen(ch);
}
msg_feedback(u, u->thisorder, "build_required", "required", buf);
ADDMSG(&u->faction->msgs, msg_feedback(u, u->thisorder, "build_required",
"required", buf));
return;
}
case ELOWSKILL: