🐛 Fix merge conflict

This commit is contained in:
Alexander Söderberg 2020-09-30 10:49:09 +02:00
parent 09e3e7aa13
commit 144ac02778
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
3 changed files with 5 additions and 7 deletions

View file

@ -92,7 +92,7 @@ public final class BukkitTest extends JavaPlugin {
final BukkitAudiences bukkitAudiences = BukkitAudiences.create(this);
final MinecraftHelp<CommandSender> minecraftHelp = new MinecraftHelp<>("/cloud help",
bukkitAudiences::sender,
bukkitAudiences::audience,
mgr);
try {