Skip to content

Commit

Permalink
Leftover change fragment that I forgot to undo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximumADHD committed Feb 11, 2021
1 parent a77f9e3 commit 5686326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ProjectSrc/Bootstrapper/StudioBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,7 @@ private async Task installPackage(HashSet<string> writtenFiles, Package package)
// If we can find this file path in the file manifest, then we will
// use its pre-computed signature to check if the file has changed.

string signature = hasEntryPath ? fileManifest[entryPath] : null;
newFileSig = signature;
newFileSig = hasEntryPath ? fileManifest[entryPath] : null;
}
else
{
Expand Down
Binary file modified RobloxStudioModManager.exe
Binary file not shown.

0 comments on commit 5686326

Please sign in to comment.