Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -155,7 +155,7 @@ private void renderNpcs(Graphics2D graphics)
for (NPC npc : npcs)
{
NPCComposition composition = npc.getComposition();
if (composition.getConfigs() != null && composition.transform() != null)
if (composition.getConfigs() != null)
{
composition = composition.transform();
}

0 comments on commit 71fb43d

Please sign in to comment.