Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
getHashedKey -> public
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 5, 2016
1 parent 50706e7 commit 38160e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/net/minecraft/util/LongHashMap.java.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ../src-base/minecraft/net/minecraft/util/LongHashMap.java
+++ ../src-work/minecraft/net/minecraft/util/LongHashMap.java
@@ -9,7 +9,7 @@
private transient volatile int modCount;
private static final String __OBFID = "CL_00001492";

- private static int getHashedKey(long p_76155_0_)
+ public static int getHashedKey(long p_76155_0_)
{
return hash((int)(p_76155_0_ ^ p_76155_0_ >>> 32));
}

0 comments on commit 38160e1

Please sign in to comment.