Skip to content

Commit

Permalink
mark more client mods [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Nov 3, 2023
1 parent 37010b0 commit 7cc1f49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions automation/remove-client-mods.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# List of Mods to remove for the Server
# In the format @("filename", "filename")
$CLIENT_MODS_TO_REMOVE_FROM_SERVER_FILES = @(
"Ding",
"ClientTweaks",
"Ding",
"EntityCulling",
"moreoverlays",
"Neat",
"oauth",
"ponderjs",
"PackMenu",
"rubidium"
"Toast-Control",
"PackMenu"
"SimpleDiscordRichPresence"
)

if (Test-Path "mods" -PathType Container) {
Expand Down

0 comments on commit 7cc1f49

Please sign in to comment.