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:
@@ -86,7 +86,7 @@ public class DiaryProgressPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
progress.append("<col=ffff00> ").append(entry.getName());
|
progress.append("</col> ").append(entry.getName());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user