Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 24, 2024
1 parent 194eb08 commit 02acd6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object ModConfig : Config(Mod("Nametags", ModType.UTIL_QOL, "/polynametag.svg"),
addDependency("cornerRadius", "rounded")
hideIf("essentialOffset") { !PolyNametag.isEssential }

if (PolyNametag.isPatcher && !hasMigratedPatcher) {
if (!hasMigratedPatcher) {
try {
Class.forName("club.sk1er.patcher.config.OldPatcherConfig")
var didAnything = false
Expand Down

0 comments on commit 02acd6f

Please sign in to comment.