From 4e64b50aff7fd0bbb8d1764fb46afcedba16413f Mon Sep 17 00:00:00 2001 From: IMS212 Date: Wed, 10 Nov 2021 10:56:53 -0800 Subject: [PATCH] Change contact info --- src/main/java/net/hypercubemc/iris_installer/Installer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/hypercubemc/iris_installer/Installer.java b/src/main/java/net/hypercubemc/iris_installer/Installer.java index 45f8401..b3faac8 100644 --- a/src/main/java/net/hypercubemc/iris_installer/Installer.java +++ b/src/main/java/net/hypercubemc/iris_installer/Installer.java @@ -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; } @@ -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; }