Remove modification of original diary entry colors

This will make sure the diaries show up as green when completed and white when hovered over.
This commit is contained in:
oplosthee
2018-01-29 18:02:43 +01:00
parent 3becf865bf
commit 6354d02375

View File

@@ -86,7 +86,7 @@ public class DiaryProgressPlugin extends Plugin
}
}
progress.append("<col=ffff00> ").append(entry.getName());
progress.append("</col> ").append(entry.getName());
}
else
{