aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/nei
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-04-01 19:33:01 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-04-01 19:33:01 +1000
commit80163114d692025c6215ce3ebc028ce4ab198446 (patch)
treeeb7c9813b4b9896f7c9063b759eedb15518153d5 /src/Java/gtPlusPlus/nei
parentffe3ffbe8e2dc5f23cd39d96d1a90d2878e118c0 (diff)
downloadGT5-Unofficial-80163114d692025c6215ce3ebc028ce4ab198446.tar.gz
GT5-Unofficial-80163114d692025c6215ce3ebc028ce4ab198446.tar.bz2
GT5-Unofficial-80163114d692025c6215ce3ebc028ce4ab198446.zip
+ Added some Fleshy components!
+ Added a Roadmap. % Updated en_US.lang.
Diffstat (limited to 'src/Java/gtPlusPlus/nei')
-rw-r--r--src/Java/gtPlusPlus/nei/NEI_GT_Config.java2
1 files changed, 1 insertions, 1 deletions
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) {