msh 0x14 and different flags

This commit is contained in:
bird_egop
2026-05-11 06:44:49 +03:00
parent 67a4aa84bf
commit 09bc0110d0
4 changed files with 110 additions and 4 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ public static class NResParser
break;
}
}
if (!formattable)
if (formattable)
{
return Encoding.ASCII.GetString(bytes);
}