Gets size instead of preferred size
This commit is contained in:
@ -322,7 +322,6 @@ public class Profile {
|
||||
gui.getSize().width,
|
||||
gui.getSize().height
|
||||
));
|
||||
System.out.println("Saving: " + gui.getSize().width + ", " + gui.getSize().height);
|
||||
file.close();
|
||||
for (Profile profile : profiles) {
|
||||
StringBuilder saveString = new StringBuilder(String.format(
|
||||
|
Reference in New Issue
Block a user