Update dependencies

This commit is contained in:
2025-04-15 11:54:51 -05:00
parent 40e0bb0845
commit 88686c52a2
5 changed files with 20 additions and 21 deletions
@@ -21,7 +21,6 @@ public class BungeeUtil
return Bukkit.spigot().getPaperConfig().getBoolean("settings.velocity-support.enabled") && !Bukkit.spigot().getPaperConfig().getString("settings.velocity-support.secret", "").isEmpty();
}
@SuppressWarnings("UnstableApiUsage")
public static void kickPlayer(Player player, Component message)
{
if (PROXIED_SERVER)