Update ClientLoader.java

This commit is contained in:
zeruth
2019-06-18 13:34:43 -04:00
parent 97ad9197d6
commit 4b72523dea

View File

@@ -84,6 +84,7 @@ public class ClientLoader
{
try
{
updateCheckMode = CUSTOM;
Manifest manifest = new Manifest();
manifest.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0");
RSConfig config = clientConfigLoader.fetch();