Update RSConfig.java (#1833)
Added READER_WRITER to ConfigElements List
This commit is contained in:
@@ -279,6 +279,7 @@ public class RSConfig {
|
|||||||
list.add(new ConfigElement(config.getCategory(WIRELESS_FLUID_GRID)));
|
list.add(new ConfigElement(config.getCategory(WIRELESS_FLUID_GRID)));
|
||||||
list.add(new ConfigElement(config.getCategory(WIRELESS_CRAFTING_MONITOR)));
|
list.add(new ConfigElement(config.getCategory(WIRELESS_CRAFTING_MONITOR)));
|
||||||
list.add(new ConfigElement(config.getCategory(PORTABLE_GRID)));
|
list.add(new ConfigElement(config.getCategory(PORTABLE_GRID)));
|
||||||
|
list.add(new ConfigElement(config.getCategory(READER_WRITER)));
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user