Fix error message colouring when there are no reports to handle
This commit is contained in:
parent
64bb01c92f
commit
1ab646bbda
@ -108,7 +108,7 @@ public class ReportHandlePage extends SimpleGui implements ReportCategoryCallbac
|
||||
}
|
||||
else
|
||||
{
|
||||
UtilPlayer.message(_handler, F.main(_plugin.getName(), C.cRed + "No open " + F.elem(category.getName()) + " report(s) found."));
|
||||
UtilPlayer.message(_handler, F.main(_plugin.getName(), "No open " + F.elem(category.getName()) + " report(s) found."));
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user