mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 08:08:36 +00:00
resize fixes
This commit is contained in:
@@ -608,7 +608,7 @@ public class Configuration {
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
HashMap<String, Object> cfg = (HashMap<String, Object>) ois.readObject();
|
||||
return cfg;
|
||||
//return cfg;
|
||||
} catch (ClassNotFoundException | IOException ex) {
|
||||
// ignore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user