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) switch (updateCheckMode)
{ {
case AUTO:
case CUSTOM:
return loadRLPlus(config);
default: default:
case VANILLA: return loadRLPlus(config);
return loadVanilla(config);
case NONE:
return null;
} }
} }
catch (IOException | ClassNotFoundException | InstantiationException | IllegalAccessException e) catch (IOException | ClassNotFoundException | InstantiationException | IllegalAccessException e)