Fixed emply hand not rendering in first person.
This commit is contained in:
parent
cdf8a820a6
commit
5c9808ada8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue