devtools: remove double npc transform call

This commit is contained in:
Adam
2018-03-20 17:46:09 -04:00
parent 257822aea0
commit 6fe87ae386

View File

@@ -155,7 +155,7 @@ public class DevToolsOverlay extends Overlay
for (NPC npc : npcs)
{
NPCComposition composition = npc.getComposition();
if (composition.getConfigs() != null && composition.transform() != null)
if (composition.getConfigs() != null)
{
composition = composition.transform();
}