Merge pull request #15 from kartoFlane/patch-1

Fixed setDisposeNormally() ignoring the argument
This commit is contained in:
Vhati 2018-03-06 21:42:03 -05:00 committed by GitHub
commit 23dbdc8ab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1065,7 +1065,7 @@ public class ManagerFrame extends JFrame implements ActionListener, ModsScanObse
* Set this to false before an abnormal exit. * Set this to false before an abnormal exit.
*/ */
public void setDisposeNormally( boolean b ) { public void setDisposeNormally( boolean b ) {
disposeNormally = false; disposeNormally = b;
} }
@Override @Override