Skip to content

Commit

Permalink
Returned "None" to FileFlag enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuclearistt committed Jan 24, 2024
1 parent 9f74a5a commit 178074c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions protos/manifest/payload.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ message Payload
{
enum FileFlag
{
NONE = 0;
READONLY = 8;
HIDDEN = 16;
EXECUTABLE = 32;
Expand Down
1 change: 0 additions & 1 deletion src/AppManager.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using Microsoft.Win32.SafeHandles;
using TEKSteamClient.CM;
using TEKSteamClient.Manifest;
Expand Down

0 comments on commit 178074c

Please sign in to comment.