diff options
Diffstat (limited to 'Spigot-Server-Patches/0121-Implement-PlayerLocaleChangeEvent.patch')
-rw-r--r-- | Spigot-Server-Patches/0121-Implement-PlayerLocaleChangeEvent.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0121-Implement-PlayerLocaleChangeEvent.patch b/Spigot-Server-Patches/0121-Implement-PlayerLocaleChangeEvent.patch index 666052c363..90b609de4a 100644 --- a/Spigot-Server-Patches/0121-Implement-PlayerLocaleChangeEvent.patch +++ b/Spigot-Server-Patches/0121-Implement-PlayerLocaleChangeEvent.patch @@ -1,11 +1,11 @@ -From 26e1ed0356b858d55a7bbad90ab7e8e0f835b8ab Mon Sep 17 00:00:00 2001 +From 7c5c9f54197be368f4de6333591de92a2c03e239 Mon Sep 17 00:00:00 2001 From: Isaac Moore <[email protected]> Date: Tue, 19 Apr 2016 14:09:31 -0500 Subject: [PATCH] Implement PlayerLocaleChangeEvent diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java -index d0e1de48a..80b313b47 100644 +index 7ec504730..cfdff768f 100644 --- a/src/main/java/net/minecraft/server/EntityPlayer.java +++ b/src/main/java/net/minecraft/server/EntityPlayer.java @@ -29,7 +29,7 @@ import org.bukkit.inventory.MainHand; @@ -17,7 +17,7 @@ index d0e1de48a..80b313b47 100644 public PlayerConnection playerConnection; public final MinecraftServer server; public final PlayerInteractManager playerInteractManager; -@@ -1092,7 +1092,15 @@ public class EntityPlayer extends EntityHuman implements ICrafting { +@@ -1093,7 +1093,15 @@ public class EntityPlayer extends EntityHuman implements ICrafting { this.server.server.getPluginManager().callEvent(event); } // CraftBukkit end @@ -50,5 +50,5 @@ index a74d6c768..a2fb7d2be 100644 @Override -- -2.12.0.windows.1 +2.12.1.windows.1 |