fix loader constraint violation for WhiteListKickEvent
This commit is contained in:
parent
a18f9bdbb5
commit
6baf52b248
|
|
@ -28,5 +28,6 @@ public class WhitelistKickEvent {
|
|||
return Collections.unmodifiableList(templates);
|
||||
}
|
||||
|
||||
public void appendTemplates(Template... templates) {this.templates.addAll(List.of(templates));}
|
||||
public void appendTemplates(Template template) {this.templates.add(template);}
|
||||
// public void appendTemplates(Template... templates) {this.templates.addAll(List.of(templates));}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user