This commit is contained in:
icelimetea 2022-05-05 07:16:16 +01:00
parent dcc41ef885
commit 6bffa06063

View File

@ -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);
}
}