Update RSConfig.java (#1833)

Added READER_WRITER to ConfigElements List
This commit is contained in:
Samtrion
2018-06-27 12:21:34 +02:00
committed by Raoul
parent cdd6583586
commit 51c0274062

View File

@@ -279,6 +279,7 @@ public class RSConfig {
list.add(new ConfigElement(config.getCategory(WIRELESS_FLUID_GRID)));
list.add(new ConfigElement(config.getCategory(WIRELESS_CRAFTING_MONITOR)));
list.add(new ConfigElement(config.getCategory(PORTABLE_GRID)));
list.add(new ConfigElement(config.getCategory(READER_WRITER)));
return list;
}