Update ClientLoader.java
no need for -rs=CUSTOM
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user