Skip to content

Commit

Permalink
forgor to swap names
Browse files Browse the repository at this point in the history
  • Loading branch information
koxx12-dev committed Nov 26, 2023
1 parent 43f5bb3 commit b801dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SkyblockClient/Config/ModConfigWorkers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public override async Task Work()
}

[ModConfigWorker("craftify")]
class ModConfigWorkerOptifine : ModConfigWorkerBase
class ModConfigWorkerCraftify : ModConfigWorkerBase
{
public override async Task Work()
{
Expand All @@ -29,7 +29,7 @@ public override async Task Work()
}

[ModConfigWorker("optifine")]
class ModConfigWorkerCraftify : ModConfigWorkerBase
class ModConfigWorkerOptifine : ModConfigWorkerBase
{
public override async Task Work()
{
Expand Down

0 comments on commit b801dcb

Please sign in to comment.