mirror of
https://github.com/chylex/Java-Checker.git
synced 2025-06-11 04:34:03 +02:00
Tweak wording of ShadingException
This commit is contained in:
parent
4d8c314a0c
commit
760a13e9d2
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user