9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

chore: update error message to say to update HibiscusCommons

This commit is contained in:
LoJoSho
2025-01-14 12:17:11 -06:00
parent 9a5ce14bfe
commit ac75a010d9

View File

@@ -51,7 +51,7 @@ public class NMSHandlers {
HibiscusCommonsPlugin.getInstance().getLogger().severe(" - " + supportedVersion);
}
HibiscusCommonsPlugin.getInstance().getLogger().severe(" ");
HibiscusCommonsPlugin.getInstance().getLogger().severe("Please report this issue to the developer.");
HibiscusCommonsPlugin.getInstance().getLogger().severe("Please update HibiscusCommons that supports this version.");
throw new RuntimeException("Failed to detect the server version.");
}