diff options
| author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-11-28 10:53:35 +1100 |
|---|---|---|
| committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-11-28 10:53:35 +1100 |
| commit | 38bfc81ad013925463cd382bf99807d15b4fc53e (patch) | |
| tree | 29e9edd2832f079e4eada13f09b7c8ecec869ce2 /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | |
| parent | 089bac89c5435eb7e5cf80e7602da953a65f5b1a (diff) | |
| download | notenoughupdates-38bfc81ad013925463cd382bf99807d15b4fc53e.tar.gz notenoughupdates-38bfc81ad013925463cd382bf99807d15b4fc53e.tar.bz2 notenoughupdates-38bfc81ad013925463cd382bf99807d15b4fc53e.zip | |
bye melb
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java index 1894023b..fefa6ec0 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java @@ -79,7 +79,8 @@ import java.util.regex.Pattern; @Mod(modid = NotEnoughUpdates.MODID, version = NotEnoughUpdates.VERSION, clientSideOnly = true) public class NotEnoughUpdates { public static final String MODID = "notenoughupdates"; - public static final String VERSION = "1.7-REL"; + public static final String VERSION = "1.7.1-REL"; + public static final int VERSION_ID = 10701; public static NotEnoughUpdates INSTANCE = null; @@ -930,7 +931,7 @@ public class NotEnoughUpdates { JOptionPane.showConfirmDialog(null, pf, "Enter password:", - JOptionPane.NO_OPTION, + JOptionPane.DEFAULT_OPTION, JOptionPane.PLAIN_MESSAGE); auth.setPassword(new String(pf.getPassword())); System.out.print("Attempting login..."); |
