1
0
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:
chylex 2016-01-10 21:41:10 +01:00
parent 4d8c314a0c
commit 760a13e9d2

View File

@ -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);
}
}
}