mirror of
https://github.com/chylex/Java-Checker.git
synced 2025-08-30 00:53:09 +02:00
Tweak wording of ShadingException
This commit is contained in:
@@ -42,7 +42,7 @@ public final class JavaVersionChecker{
|
||||
|
||||
public static class ShadingException extends RuntimeException{
|
||||
public ShadingException(){
|
||||
super("An exception happened when updating the coremod list, the mod you are shading Java Checker in will not run without it. Please, report the stack traces above to "+issueReportSite);
|
||||
super("An exception happened when updating the coremod list, the mod you are shading Java Checker in will not run without it. Please, report the issue to "+issueReportSite);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user