geforkt von Mirrors/Paper
Fix build due to IDE inserting bad import
Dieser Commit ist enthalten in:
Ursprung
8d654f26d3
Commit
5671bb65b6
@ -6,7 +6,7 @@ Subject: [PATCH] Basic PlayerProfile API
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java b/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java
|
||||
new file mode 100644
|
||||
index 000000000..171b1aaf5
|
||||
index 000000000..98fca26e9
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java
|
||||
@@ -0,0 +0,0 @@
|
||||
@ -15,7 +15,6 @@ index 000000000..171b1aaf5
|
||||
+import com.mojang.authlib.GameProfile;
|
||||
+import com.mojang.authlib.properties.Property;
|
||||
+import com.mojang.authlib.properties.PropertyMap;
|
||||
+import com.oracle.webservices.internal.api.message.PropertySet;
|
||||
+
|
||||
+import javax.annotation.Nonnull;
|
||||
+import javax.annotation.Nullable;
|
||||
@ -24,7 +23,6 @@ index 000000000..171b1aaf5
|
||||
+import java.util.Iterator;
|
||||
+import java.util.Set;
|
||||
+import java.util.UUID;
|
||||
+import java.util.stream.Collectors;
|
||||
+
|
||||
+public class CraftPlayerProfile implements PlayerProfile {
|
||||
+
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren