mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix typo
This commit is contained in:
parent
dcc41ef885
commit
6bffa06063
1 changed files with 2 additions and 1 deletions
|
|
@ -85,12 +85,13 @@ public final class LegacyFrame extends Frame {
|
|||
|
||||
LOGGER.warning("Mpticket file is corrupted!");
|
||||
} else {
|
||||
// Assumes parameters are valid and in the correct order
|
||||
appletWrap.setParameter("server", lines.get(0));
|
||||
appletWrap.setParameter("port", lines.get(1));
|
||||
appletWrap.setParameter("mppass", lines.get(2));
|
||||
}
|
||||
} catch (IOException e) {
|
||||
LOGGER.log(Level.WARNING, "Unable to red mpticket file!", e);
|
||||
LOGGER.log(Level.WARNING, "Unable to read mpticket file!", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue