forked from TAIGA/TAIGA
removed debug out
This commit is contained in:
@@ -10,7 +10,6 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
|||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class TAIGAConfiguration {
|
public class TAIGAConfiguration {
|
||||||
@@ -88,8 +87,6 @@ public class TAIGAConfiguration {
|
|||||||
if (config.hasChanged()) {
|
if (config.hasChanged()) {
|
||||||
config.save();
|
config.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(Arrays.toString(config.getCategoryNames().toArray()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class ConfigEventHandler {
|
public static class ConfigEventHandler {
|
||||||
|
Reference in New Issue
Block a user