mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +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;
|
||
|
}
|
||
|
|