ignore fully funded projects
This commit is contained in:
parent
03adbc2420
commit
fec842f4f9
@ -409,6 +409,10 @@ const setGuildTier = (guild: TGuildDatabaseDocument, newTier: number): void => {
|
||||
guild.Tier = newTier;
|
||||
if (guild.TechProjects) {
|
||||
for (const project of guild.TechProjects) {
|
||||
if (project.State == 1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const meta = ExportDojoRecipes.research[project.ItemType];
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user