Fix merge mistake

This commit is contained in:
Konicai 2024-05-05 23:47:35 -04:00
parent c98d090774
commit d1af3ff7d6
No known key found for this signature in database
GPG Key ID: 710D09287708C823
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ public class GeyserSpigotWorldManager extends WorldManager {
return GameMode.byId(Bukkit.getDefaultGameMode().ordinal());
}
@NonNull
@Override
public @NonNull CompletableFuture<@Nullable DataComponents> getPickItemComponents(GeyserSession session, int x, int y, int z, boolean addNbtData) {
CompletableFuture<@Nullable DataComponents> future = new CompletableFuture<>();