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

Commit

Permalink
fix: removed loading log.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 1, 2023
1 parent 937cba8 commit ff04826
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Resources/AnimationLockTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"141": 0.1,
"149": 0.6,
"152": 0.1,
"153": 0.6,
"153": 0.1,
"154": 0.1,
"158": 0.6,
"167": 0.6,
Expand All @@ -24,7 +24,7 @@
"3573": 0.6,
"3574": 0.6,
"3576": 0.1,
"3577": 0.6,
"3577": 0.1,
"3587": 0.6,
"3590": 0.6,
"3593": 0.6,
Expand Down
9 changes: 9 additions & 0 deletions Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@
13440,
13461,
13462,
30134,
30140,
30166,
30236,
30254,
31122,
31139,
31376,
31390,
31835
]
4 changes: 1 addition & 3 deletions RotationSolver/Updaters/RotationUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ private static Assembly LoadOne(string filePath)
{
try
{
var assembly = RotationHelper.LoadFrom(filePath);
PluginLog.Log("Successfully loaded " + assembly.FullName);
return assembly;
return RotationHelper.LoadFrom(filePath);
}
catch (Exception ex)
{
Expand Down

0 comments on commit ff04826

Please sign in to comment.