Skip to content

Commit

Permalink
* Fixed TurningWheel#104 - Client does not add limb entities to 'map_…
Browse files Browse the repository at this point in the history
…entities'
  • Loading branch information
Lutz committed Aug 9, 2017
1 parent 58f6e18 commit 0190d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ void clientHandlePacket()
{
if ( c < 1 || (c < 2 && entity->behavior == &actMonster) )
{
return;
continue;
}
Entity* tempEntity = (Entity*)tempNode->element;
if ( entity->behavior == &actMonster )
Expand Down

0 comments on commit 0190d66

Please sign in to comment.