Skip to content

Commit

Permalink
fix: 单文理无法自动合成
Browse files Browse the repository at this point in the history
  • Loading branch information
iVeigar committed May 24, 2024
1 parent 316a6a3 commit 0752f59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LogogramHelperEx/LogogramHelperEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>apetih, iVeigar</Authors>
<Company></Company>
<Version>1.1.1</Version>
<Version>1.1.1.1</Version>
<Description>Helper plugin for Eureka's Logos Actions</Description>
<Copyright></Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LogogramHelperEx/LogogramHelperEx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Name": "Logogram Helper Ex (CN)",
"InternalName": "LogogramHelperEx",
"Author": "apetih, iVeigar",
"AssemblyVersion": "1.1.1",
"AssemblyVersion": "1.1.1.1",
"Punchline": "Helper plugin for Eureka's Logos Actions.",
"Description": "Shows amounts of possible combinations for Eureka's Logos Actions upon entering the Logos Manipulator and automatically puts them into array.",
"RepoUrl": "https://github.com/iVeigar/LogogramHelperEx",
Expand Down
2 changes: 1 addition & 1 deletion LogogramHelperEx/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public unsafe void Synthesis()
{
EzTaskManager.Enqueue(() =>
{
if (IsEmptyArray() is (_, true))
if (IsEmptyArray() is (true, _))
return;
try
{
Expand Down

0 comments on commit 0752f59

Please sign in to comment.