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

Commit

Permalink
C'est ma faute...un point d'exclamation
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 14, 2016
1 parent 14efbb1 commit ded6a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/net/minecraft/entity/EntityTracker.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
+ }
+ public void unlock()
+ {
+ if(this.trackerLock.isLocked()) return;
+ if(!this.trackerLock.isLocked()) return;
+ this.trackerLock.unlock();
+ }
+
Expand Down

0 comments on commit ded6a9a

Please sign in to comment.