diff --git a/SAV/SAV_Trainer.cs b/SAV/SAV_Trainer.cs index 17055ddfb..f5373dae8 100644 --- a/SAV/SAV_Trainer.cs +++ b/SAV/SAV_Trainer.cs @@ -469,7 +469,7 @@ private void save() // Copy Position SAV.M = (int)NUD_M.Value; SAV.X = (float)NUD_X.Value; - SAV.Z = (float)NUD_M.Value; + SAV.Z = (float)NUD_Z.Value; SAV.Y = (float)NUD_Y.Value; SAV.BP = UInt16.Parse(TB_BP.Text);