Skip to content

Commit

Permalink
Minor tweaks for 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirspam committed Dec 2, 2021
1 parent cb7f6de commit a06c362
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Nya/Nya.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
<HintPath>$(BeatSaberDir)\Plugins\BSML.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SongCore">
<HintPath>$(BeatSaberDir)\Plugins\SongCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestModule">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
<Private>False</Private>
Expand Down
3 changes: 1 addition & 2 deletions Nya/UI/ViewControllers/NyaViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ namespace Nya.UI.ViewControllers
internal abstract class NyaViewController
{
protected readonly SettingsModalController settingsModalController;
protected static SemaphoreSlim semaphore;
protected static SemaphoreSlim semaphore = new SemaphoreSlim(1);

protected bool autoNyaToggle = false;
protected bool AutoNyaCooldown = false;

public NyaViewController(SettingsModalController settingsModalController)
{
this.settingsModalController = settingsModalController;
semaphore = new SemaphoreSlim(1);
}

#region components
Expand Down
2 changes: 1 addition & 1 deletion Nya/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "Nya",
"name": "Nya",
"author": "Sirspam",
"version": "0.2.3",
"version": "0.2.4",
"description": "BeatSaber mod for displaying nya-tastic images from various anime themed web APIs",
"gameVersion": "1.18.0",
"dependsOn": {
Expand Down

0 comments on commit a06c362

Please sign in to comment.