mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-05 16:49:30 +00:00
11 lines
241 B
Diff
11 lines
241 B
Diff
--- a/net/minecraft/server/JsonListEntry.java
|
|
+++ b/net/minecraft/server/JsonListEntry.java
|
|
@@ -14,7 +14,7 @@
|
|
this.a = t0;
|
|
}
|
|
|
|
- T getKey() {
|
|
+ public T getKey() { // CraftBukkit - public
|
|
return this.a;
|
|
}
|
|
|