Update to apache commons lang3

This commit is contained in:
Len
2022-09-26 19:08:51 +02:00
parent d644dbef6e
commit 9d7f50ad37
7 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@ import com.alttd.chat.objects.channels.CustomChannel;
import com.alttd.chat.util.ToggleableForCustomChannel;
import net.kyori.adventure.text.minimessage.tag.resolver.Placeholder;
import net.kyori.adventure.text.minimessage.tag.resolver.TagResolver;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.command.CommandSender;
import org.bukkit.command.defaults.BukkitCommand;
import org.bukkit.entity.Player;