mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-13 03:40:37 +01:00
Exclude bullet from custom objectives
This commit is contained in:
parent
4e996bb1f4
commit
fd5b6c1eca
@ -1531,7 +1531,7 @@ public class Quester implements IQuester {
|
||||
}
|
||||
final int toClear = stage.getCustomObjectiveCounts().get(customIndex);
|
||||
final ChatColor color = cleared < toClear ? ChatColor.GREEN : ChatColor.GRAY;
|
||||
String message = color + "- " + co.getDisplay();
|
||||
String message = color + co.getDisplay();
|
||||
for (final Entry<String,Object> prompt : co.getData()) {
|
||||
final String replacement = "%" + prompt.getKey() + "%";
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user