Skip to content

Commit 4e64b50

Browse files
author
IMS212
committed
Change contact info
1 parent 8cf4c07 commit 4e64b50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/hypercubemc/iris_installer/Installer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void start() {
8181
} catch (JSONException e) {
8282
System.out.println("Failed to fetch installer metadata from the server!");
8383
e.printStackTrace();
84-
JOptionPane.showMessageDialog(null, "Installer metadata parsing failed, please contact Justsnoopy30! \nError: " + e, "Metadata Parsing Failed!", JOptionPane.ERROR_MESSAGE);
84+
JOptionPane.showMessageDialog(null, "Installer metadata parsing failed, please contact the Iris support team via Discord! \nError: " + e, "Metadata Parsing Failed!", JOptionPane.ERROR_MESSAGE);
8585
return;
8686
}
8787

@@ -216,7 +216,7 @@ public void start() {
216216
} catch (IOException e) {
217217
System.out.println("Failed to install version and profile to vanilla launcher!");
218218
e.printStackTrace();
219-
JOptionPane.showMessageDialog(frame, "Failed to install to vanilla launcher, please contact Justsnoopy30! \nError: " + e, "Failed to install to launcher", JOptionPane.ERROR_MESSAGE);
219+
JOptionPane.showMessageDialog(frame, "Failed to install to vanilla launcher, please contact the Iris support team via Discord! \nError: " + e, "Failed to install to launcher", JOptionPane.ERROR_MESSAGE);
220220
return;
221221
}
222222

0 commit comments

Comments
 (0)