diff --git a/Player/Undo/UndoFormatOnline.cs b/Player/Undo/UndoFormatOnline.cs index c7dae1e1b..548d85f12 100644 --- a/Player/Undo/UndoFormatOnline.cs +++ b/Player/Undo/UndoFormatOnline.cs @@ -47,7 +47,7 @@ namespace MCGalaxy.Undo { while (node != null) { Level lvl = LevelInfo.FindExact(node.MapName); - if (!super && !args.Player.level.name.CaselessEq(node.MapName)) continue; + if (!super && !args.Player.level.name.CaselessEq(node.MapName)) { node = node.Prev; continue; } List items = node.Items; pos.LevelName = node.MapName;