Minor changes

This commit is contained in:
MattBDev
2019-12-11 17:46:47 -05:00
parent 50856e1f85
commit 9bef8d5664
4 changed files with 49 additions and 54 deletions

View File

@ -130,6 +130,7 @@ public interface TranslatableComponent extends BuildableComponent<TranslatableCo
}
// FAWE added
//TODO REMOVE THIS BECAUSE IT'S SO STUPID!
@Nonnull
public static TranslatableComponent of(@Nonnull final String key, final Object... args) {
List<Component> components = Arrays.stream(args)