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

Commit

Permalink
fix: contributor's case thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Sep 11, 2023
1 parent 3358f66 commit 2106f7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/ContributorsHash.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"KkCy7C/6qMb8yhX+VQByCA=="
"kkCy7C/6qMb8yhX+VQByCA=="
]
1 change: 1 addition & 0 deletions RotationSolver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8948C02A-914E-4A51-B1FE-2C608492EBF5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Resources\ContributorsHash.json = Resources\ContributorsHash.json
Directory.Build.props = Directory.Build.props
Resources\downloadList.json = Resources\downloadList.json
Resources\IncompatiblePlugins.json = Resources\IncompatiblePlugins.json
Expand Down
2 changes: 0 additions & 2 deletions RotationSolver/Updaters/SocialUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ private static async void SayHelloToAuthor()
.Where(p => !string.IsNullOrEmpty(p.nameDesc))
.Select(p => new RotationAuthorChatEntity(p.player, p.nameDesc)));

Svc.Chat.Print(entities.Count().ToString());

foreach (var entity in entities)
{
while (!entity.CanTarget && !DataCenter.InCombat)
Expand Down

0 comments on commit 2106f7d

Please sign in to comment.