diff --git a/src/library/Syroot.Worms.Armageddon/Scheme.cs b/src/library/Syroot.Worms.Armageddon/Scheme.cs
index b521e48..cc9e82e 100644
--- a/src/library/Syroot.Worms.Armageddon/Scheme.cs
+++ b/src/library/Syroot.Worms.Armageddon/Scheme.cs
@@ -1103,7 +1103,7 @@ namespace Syroot.Worms.Armageddon
/// Saves the data in the given file with a format appropriate for .
///
/// The to save the data to.
- public void Save(string fileName) => Save(fileName, (SchemeSaveFormat)((uint)Version >> 16));
+ public void Save(string fileName) => Save(fileName, (SchemeSaveFormat)((uint)Version << 16));
///
/// Saves the data in the given file with the specified .