diff --git a/DICUI.Library/Utilities/DumpEnvironment.cs b/DICUI.Library/Utilities/DumpEnvironment.cs index e8236d3f..48cd37b7 100644 --- a/DICUI.Library/Utilities/DumpEnvironment.cs +++ b/DICUI.Library/Utilities/DumpEnvironment.cs @@ -1838,7 +1838,7 @@ namespace DICUI.Utilities { using (BinaryReader br = new BinaryReader(File.OpenRead(paramSfoPath))) { - br.BaseStream.Seek(0x9A4, SeekOrigin.Begin); + br.BaseStream.Seek(-0x08, SeekOrigin.End); return new string(br.ReadChars(5)); } }