From 42d7ea506fefcca0735dcc4d702a4a97d1bc68c0 Mon Sep 17 00:00:00 2001 From: TheLividaProject <56977759+TheLividaProject@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:36:53 +0100 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 43f8cdc..3b73d9b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,6 @@ dependencies { compileOnly(files("libs/geyserutils-spigot-1.0-SNAPSHOT.jar")) compileOnly("org.geysermc.floodgate:api:2.2.4-SNAPSHOT") - implementation("com.github.retrooper:packetevents-spigot:2.9.4") implementation("org.reflections:reflections:0.10.2")