This commit is contained in:
cpw 2018-09-04 22:20:44 -04:00 committed by LexManos
parent d7e9217695
commit f818cc8f71
2 changed files with 4 additions and 1 deletions

View File

@ -35,4 +35,8 @@ public class Logging
public static final Marker SPLASH = MarkerManager.getMarker("SPLASH");
public static final Marker CAPABILITIES = MarkerManager.getMarker("CAPABILITIES");
public static final Marker MODELLOADING = MarkerManager.getMarker("MODELLOADING");
// --log CORE:+DEBUG,SCAN:-OFF
// forge log debug 5
}

View File

@ -138,7 +138,6 @@ public class FMLNetworking
{
private List<String> modList;
private int index;
S2CModList() {
this.modList = ModList.get().getMods().stream().map(ModInfo::getModId).collect(Collectors.toList());
}