forked from github/server
Gebäudebua: Fehlermeldung bei fehlendem Material wird nicht ausgegeben.
This commit is contained in:
parent
05fbf6cc90
commit
2b8c21dad3
|
@ -884,7 +884,8 @@ build_building(unit * u, const building_type * btype, int want)
|
||||||
);
|
);
|
||||||
ch = ch+strlen(ch);
|
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;
|
return;
|
||||||
}
|
}
|
||||||
case ELOWSKILL:
|
case ELOWSKILL:
|
||||||
|
|
Loading…
Reference in New Issue