Skip to content

Commit

Permalink
Changelogs and modlist
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jul 12, 2020
1 parent 57009de commit 4db27a8
Show file tree
Hide file tree
Showing 3 changed files with 686 additions and 2 deletions.
Binary file added MODLIST.md
Binary file not shown.
4 changes: 2 additions & 2 deletions ModpackUploader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ if ($ENABLE_MANIFEST_BUILDER_MODULE) {

Write-Host "Removing Client Mods from Server Files" -ForegroundColor Cyan
foreach ($clientMod in $CLIENT_MODS) {
Write-Host "Removing Client Mod $clientMod"
sz d $SERVER_FILENAME "mods/$clientMod*" | Out-Null
Write-Host "Removing Client Mod $clientMod"
sz d $SERVER_FILENAME "mods/$clientMod*" | Out-Null
}

}
Expand Down
Loading

0 comments on commit 4db27a8

Please sign in to comment.