Skip to content

Commit

Permalink
Change contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Nov 10, 2021
1 parent 8cf4c07 commit 4e64b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/hypercubemc/iris_installer/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void start() {
} catch (JSONException e) {
System.out.println("Failed to fetch installer metadata from the server!");
e.printStackTrace();
JOptionPane.showMessageDialog(null, "Installer metadata parsing failed, please contact Justsnoopy30! \nError: " + e, "Metadata Parsing Failed!", JOptionPane.ERROR_MESSAGE);
JOptionPane.showMessageDialog(null, "Installer metadata parsing failed, please contact the Iris support team via Discord! \nError: " + e, "Metadata Parsing Failed!", JOptionPane.ERROR_MESSAGE);
return;
}

Expand Down Expand Up @@ -216,7 +216,7 @@ public void start() {
} catch (IOException e) {
System.out.println("Failed to install version and profile to vanilla launcher!");
e.printStackTrace();
JOptionPane.showMessageDialog(frame, "Failed to install to vanilla launcher, please contact Justsnoopy30! \nError: " + e, "Failed to install to launcher", JOptionPane.ERROR_MESSAGE);
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);
return;
}

Expand Down

0 comments on commit 4e64b50

Please sign in to comment.