1
0
Fork 0
mirror of https://github.com/atom0s/Steamless.git synced 2024-12-19 23:07:41 +01:00

Fix a few more renames.

This commit is contained in:
atom0s 2020-12-17 23:39:35 -08:00
parent 69b2053f57
commit 82d763940a
No known key found for this signature in database
GPG key ID: 37D5FD3494D79AF8

View file

@ -59,12 +59,12 @@ namespace Steamless.Unpacker.Variant21.x86
/// <summary>
/// Gets the name of this plugin.
/// </summary>
public override string Name => "SteamStub Variant 2.0 Unpacker (x86)";
public override string Name => "SteamStub Variant 2.1 Unpacker (x86)";
/// <summary>
/// Gets the description of this plugin.
/// </summary>
public override string Description => "Unpacker for the 32bit SteamStub variant 2.0.";
public override string Description => "Unpacker for the 32bit SteamStub variant 2.1.";
/// <summary>
/// Gets the version of this plugin.
@ -143,7 +143,7 @@ namespace Steamless.Unpacker.Variant21.x86
return false;
// Announce we are being unpacked with this packer..
this.Log("File is packed with SteamStub Variant 2.0!", LogMessageType.Information);
this.Log("File is packed with SteamStub Variant 2.1!", LogMessageType.Information);
this.Log("Step 1 - Read, disassemble and decode the SteamStub DRM header.", LogMessageType.Information);
if (!this.Step1())