mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-10 21:02:36 +01:00
Add setTags method to scoreboard trait
This commit is contained in:
parent
3c036f371f
commit
82851e673c
@ -147,6 +147,10 @@ public class ScoreboardTrait extends Trait {
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
public void setTags(Set<String> tags) {
|
||||
this.tags = tags;
|
||||
}
|
||||
|
||||
public void update() {
|
||||
if (SUPPORT_TAGS) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user