Fixed emply hand not rendering in first person.

This commit is contained in:
RainWarrior 2016-03-11 00:43:18 +03:00
parent cdf8a820a6
commit 5c9808ada8

View file

@ -627,7 +627,7 @@ public class ForgeHooksClient
{ {
if(!Objects.equal(from, to) || from == null) if(!Objects.equal(from, to) || from == null)
{ {
return false; return Objects.equal(from, to);
} }
boolean changed = false; boolean changed = false;
if (slot != -1) if (slot != -1)