mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-27 18:51:34 +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 int toClear = stage.getCustomObjectiveCounts().get(customIndex);
|
||||||
final ChatColor color = cleared < toClear ? ChatColor.GREEN : ChatColor.GRAY;
|
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()) {
|
for (final Entry<String,Object> prompt : co.getData()) {
|
||||||
final String replacement = "%" + prompt.getKey() + "%";
|
final String replacement = "%" + prompt.getKey() + "%";
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user