Fixed probable findCloseObjects NPE.

This commit is contained in:
MobiusDevelopment 2020-02-01 22:39:49 +00:00
parent a9fe8a02cd
commit 7adde43b06

View File

@ -138,7 +138,7 @@ public class WorldObjectKnownList
}
}
}
else
else if (_activeObject != null)
{
// Go through all visible WorldObject near the Creature
for (WorldObject playable : World.getInstance().getVisiblePlayers(_activeObject))