mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
12 lines
241 B
Diff
12 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;
|
|
}
|
|
|