diff options
author | Zach Brown <[email protected]> | 2016-08-31 17:18:54 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2016-08-31 17:18:54 -0500 |
commit | d8acf96e94777f7716605c06bb38cfcef2c1b47c (patch) | |
tree | 44a02a7d44c94d3f5b0bef6f46cfe13ce212c51c | |
parent | 3170a408dab6f2e38491b887754b810a85cb0bc1 (diff) | |
download | Paper-d8acf96e94777f7716605c06bb38cfcef2c1b47c.tar.gz Paper-d8acf96e94777f7716605c06bb38cfcef2c1b47c.zip |
Rename patch file to be more specific
-rw-r--r-- | Spigot-Server-Patches/0167-Optimise-BlockStateEnum-hashCode-and-equals.patch (renamed from Spigot-Server-Patches/0167-Optimise-hashCode-and-equals.patch) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Spigot-Server-Patches/0167-Optimise-hashCode-and-equals.patch b/Spigot-Server-Patches/0167-Optimise-BlockStateEnum-hashCode-and-equals.patch index f3c3da7e05..fbd26c4a9b 100644 --- a/Spigot-Server-Patches/0167-Optimise-hashCode-and-equals.patch +++ b/Spigot-Server-Patches/0167-Optimise-BlockStateEnum-hashCode-and-equals.patch @@ -1,7 +1,7 @@ -From 9916857544d860138737275a20a5caece34fc186 Mon Sep 17 00:00:00 2001 +From 64360e184599c895a9c26a46cf1e7e2f91e80b92 Mon Sep 17 00:00:00 2001 From: Alfie Cleveland <[email protected]> Date: Fri, 19 Aug 2016 01:52:56 +0100 -Subject: [PATCH] Optimise hashCode and equals +Subject: [PATCH] Optimise BlockStateEnum hashCode and equals diff --git a/src/main/java/net/minecraft/server/BlockStateEnum.java b/src/main/java/net/minecraft/server/BlockStateEnum.java @@ -58,5 +58,5 @@ index 288c52c..66c459d 100644 public static <T extends Enum<T> & INamable> BlockStateEnum<T> of(String s, Class<T> oclass) { -- -2.9.2.windows.1 +2.9.3 |