mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
12 lines
350 B
Diff
12 lines
350 B
Diff
--- /home/matt/mc-dev-private//net/minecraft/server/JsonListEntry.java 2015-02-26 22:40:22.859608136 +0000
|
|
+++ src/main/java/net/minecraft/server/JsonListEntry.java 2015-02-26 22:40:22.859608136 +0000
|
|
@@ -14,7 +14,7 @@
|
|
this.a = t0;
|
|
}
|
|
|
|
- T getKey() {
|
|
+ public T getKey() { // CraftBukkit - public
|
|
return this.a;
|
|
}
|
|
|