Skip to content

Commit 4fe3b40

Browse files
authored
1.0.8
1 parent d1c2a1a commit 4fe3b40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CnD_Sound.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public class CnDSound : BasePlugin, IPluginConfig<CnDSoundConfig>
5353
private static readonly HttpClient httpClient = new HttpClient();
5454
public CnDSoundConfig Config { get; set; } = new CnDSoundConfig();
5555
public ENetworkDisconnectionReason Reason { get; set; }
56-
private Dictionary<int, bool> OnDisabled = new Dictionary<int, bool>();
5756
public void OnConfigParsed(CnDSoundConfig config)
5857
{
5958
Config = config;
@@ -742,8 +741,4 @@ private class PersonData
742741
public bool BoolValue { get; set; }
743742
public DateTime Date { get; set; }
744743
}
745-
public override void Unload(bool hotReload)
746-
{
747-
OnDisabled.Clear();
748-
}
749744
}

0 commit comments

Comments
 (0)