mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
disable research running multiple times
This commit is contained in:
@@ -77,7 +77,7 @@ public final class CheckResearchProgressRecipe extends InputRecipe {
|
||||
return false;
|
||||
}
|
||||
sendProgressMessage(fccf, researchManager.getResearchProgress());
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user