diff --git a/src/mcedit2/editortools/move.py b/src/mcedit2/editortools/move.py index dd7df4b..801e411 100644 --- a/src/mcedit2/editortools/move.py +++ b/src/mcedit2/editortools/move.py @@ -131,7 +131,7 @@ class MoveTool(EditorTool): if self.currentImport: if live: self.currentImportNode.setPreviewRotation(rots) - else: + elif rots != self.currentImport.rotation: command = MoveRotateCommand(self.currentImport.rotation, rots, self.currentImport) self.editorSession.pushCommand(command)