From 8a01ddc231d6981be4ed755d3669727fc3bed4f5 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 20 Jan 2022 11:50:32 +0100 Subject: [PATCH] Do not shade the MultiMap class This class is used by ProtocolLib. Calling it, means we use its signature. With relocating this would also update the method call signature to `.WrappedGameProfile.getProperties()Lfastlogin/guava/collect/Multimap;`, which obviously not present. --- bukkit/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 7eda72f8..682c789b 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -71,6 +71,9 @@ com.google.common fastlogin.guava + + com.google.common.collect.Multimap + io.papermc.lib