1
0

Unnecessary return

This commit is contained in:
Howaner 2014-06-30 14:19:31 +02:00
parent b9d4431f6f
commit 4ded58bfd1

View File

@ -1223,9 +1223,7 @@ void cClientHandle::HandleRightClick(int a_BlockX, int a_BlockY, int a_BlockZ, e
{ {
// A plugin won't let us eat, abort (send the proper packets to the client, too): // A plugin won't let us eat, abort (send the proper packets to the client, too):
m_Player->AbortEating(); m_Player->AbortEating();
return;
} }
return;
} }
else else
{ {