Skip to content

Commit

Permalink
Removed torohealth
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jul 14, 2020
1 parent 4c0ddbc commit 9cca583
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 321 deletions.
27 changes: 0 additions & 27 deletions config/torohealth.toml

This file was deleted.

24 changes: 1 addition & 23 deletions development/include-in-server-files/remove-client-mods.ps1
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
param(
[PSObject]
$CLIENT_MODS = @(
"AppleSkin",
"BetterAdvancements",
"ClientTweaks",
"CraftingTweaks",
"DefaultOptions",
"DefaultSettings",
"EnchantmentDescriptions",
"EquipmentTooltips",
"FpsReducer",
"invtweaks",
"JustEnoughResources",
"LLOverlayReloaded",
"MouseTweaks",
"nmdar_",
"Neat",
"overloadedarmorbar",
"ReAuth",
"StepUp",
"ToastControl",
"toughnessbar",
"Xaeros_Minimap",
"XaerosWorldMap")
$CLIENT_MODS = @("nopotionshift")

$ModFolder = "$PSScriptRoot/mods"

Expand Down
Loading

0 comments on commit 9cca583

Please sign in to comment.