Update ClientLoader.java

no need for -rs=CUSTOM
This commit is contained in:
zeruth
2019-06-25 00:43:17 -04:00
parent 901b224d0a
commit c1d0d69d8d

View File

@@ -60,14 +60,8 @@ public class ClientLoader
switch (updateCheckMode)
{
case AUTO:
case CUSTOM:
return loadRLPlus(config);
default:
case VANILLA:
return loadVanilla(config);
case NONE:
return null;
return loadRLPlus(config);
}
}
catch (IOException | ClassNotFoundException | InstantiationException | IllegalAccessException e)