Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add back the relayFolder..
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 5, 2023
1 parent 5f4f33e commit a187349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Resources/AnimationLockTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
"3593": 0.6,
"3594": 0.1,
"3595": 0.6,
"3596": 0.6,
"3596": 0.1,
"3598": 0.1,
"3599": 0.6,
"3600": 0.6,
"3600": 0.1,
"3601": 0.1,
"3603": 0.1,
"3603": 0.6,
"3606": 0.6,
"3608": 0.6,
"3610": 0.1,
Expand Down Expand Up @@ -155,6 +155,7 @@
"16137": 0.6,
"16138": 0.6,
"16139": 0.6,
"16140": 0.6,
"16141": 0.6,
"16142": 0.6,
"16143": 0.6,
Expand All @@ -172,6 +173,7 @@
"16157": 0.6,
"16158": 0.6,
"16159": 0.6,
"16160": 0.6,
"16162": 0.6,
"16163": 0.6,
"16164": 0.6,
Expand Down Expand Up @@ -233,6 +235,7 @@
"25751": 0.6,
"25752": 0.6,
"25753": 1.15,
"25758": 0.6,
"25759": 0.6,
"25760": 0.6,
"25761": 0.6,
Expand Down
2 changes: 1 addition & 1 deletion RotationSolver/Updaters/RotationUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private static Assembly LoadOne(string filePath)

private static void LoadRotationsFromLocal(string relayFolder)
{
var directories = new string[] { }
var directories = new string[] { relayFolder }
.Union(Service.Config.OtherLibs
.Where(Directory.Exists));

Expand Down

0 comments on commit a187349

Please sign in to comment.