From 0190d6627d68191e0a771198510ef072ae397f2c Mon Sep 17 00:00:00 2001 From: Lutz Date: Wed, 9 Aug 2017 17:22:09 -0500 Subject: [PATCH] * Fixed #104 - Client does not add limb entities to 'map_entities' --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.cpp b/src/net.cpp index bace6e635..d4c044beb 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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 )