Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Feb 26, 2024
1 parent 1e3f7c4 commit 5abf9e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/modmanager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ const (
deleteWorkshopItemInfo = "deleting Steam Workshop mods directly is disabled because Steam\n" +
"will redownload the mod automatically.\n" +
"Please unsubscribe from the Workshop items instead"
isTestDataBuild = true
csPath = "custom_stories"
workshopPath = "../../workshop/content/57300"
csPath = "custom_stories"
workshopPath = "../../workshop/content/57300"
)

var (
Expand Down

0 comments on commit 5abf9e3

Please sign in to comment.