From 80163114d692025c6215ce3ebc028ce4ab198446 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Sun, 1 Apr 2018 19:33:01 +1000 Subject: + Added some Fleshy components! + Added a Roadmap. % Updated en_US.lang. --- src/Java/gtPlusPlus/nei/NEI_GT_Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/nei') diff --git a/src/Java/gtPlusPlus/nei/NEI_GT_Config.java b/src/Java/gtPlusPlus/nei/NEI_GT_Config.java index 586860c923..4ba55babad 100644 --- a/src/Java/gtPlusPlus/nei/NEI_GT_Config.java +++ b/src/Java/gtPlusPlus/nei/NEI_GT_Config.java @@ -9,7 +9,7 @@ implements IConfigureNEI { public static boolean sIsAdded = true; @Override - public void loadConfig() { + public synchronized void loadConfig() { sIsAdded = false; for (final CustomRecipeMap tMap : gregtech.api.util.CustomRecipeMap.sMappings) { if (tMap.mNEIAllowed) { -- cgit