diff options
| author | Wither OrNot | 2025-04-03 22:22:33 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-04-03 22:22:33 +0000 |
| commit | 17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d (patch) | |
| tree | 5cbd3d5482d47648bfcf57f797e477d72f0697ea /LibTSforge/Activators | |
| parent | 84a0c754a353cfcee721a2c78769cc4a87b35cc1 (diff) | |
| download | TSforge-17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d.zip | |
miscellaneous fixes
Diffstat (limited to 'LibTSforge/Activators')
| -rw-r--r-- | LibTSforge/Activators/AVMA4K.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibTSforge/Activators/AVMA4K.cs b/LibTSforge/Activators/AVMA4K.cs index ec09daf..2127652 100644 --- a/LibTSforge/Activators/AVMA4K.cs +++ b/LibTSforge/Activators/AVMA4K.cs @@ -8,7 +8,7 @@ namespace LibTSforge.Activators { public static void Activate(PSVersion version, bool production, Guid actId) { - if (version != PSVersion.WinModern) + if (version != PSVersion.WinModern && version != PSVersion.WinBlue) { throw new NotSupportedException("AVMA licenses are not available for this product."); } |
