not updating this script because i dont have the original diff

This commit is contained in:
ThatGamerBlue
2021-04-28 15:19:49 +01:00
parent 21c642a905
commit c3cdd6bf2c
3 changed files with 1 additions and 872 deletions

View File

@@ -104,7 +104,7 @@ public abstract class RSAbstractArchiveMixin implements RSAbstractArchive
// Check if hash is correct first, so we don't have to load the overlay file if it doesn't match
if (!overlayHash.equalsIgnoreCase(originalHash))
{
log.error("Script " + scriptNames.get(overlayHash) + " is invalid, and will not be overlaid. This will break plugin(s)!");
log.error("Script " + groupId + " is invalid, and will not be overlaid. This will break plugin(s)!");
client.setOutdatedScript(scriptNames.get(overlayHash));
overlayOutdated = true;
return rsData;