We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c2a1a commit 4fe3b40Copy full SHA for 4fe3b40
CnD_Sound.cs
@@ -53,7 +53,6 @@ public class CnDSound : BasePlugin, IPluginConfig<CnDSoundConfig>
53
private static readonly HttpClient httpClient = new HttpClient();
54
public CnDSoundConfig Config { get; set; } = new CnDSoundConfig();
55
public ENetworkDisconnectionReason Reason { get; set; }
56
- private Dictionary<int, bool> OnDisabled = new Dictionary<int, bool>();
57
public void OnConfigParsed(CnDSoundConfig config)
58
{
59
Config = config;
@@ -742,8 +741,4 @@ private class PersonData
742
741
public bool BoolValue { get; set; }
743
public DateTime Date { get; set; }
744
}
745
- public override void Unload(bool hotReload)
746
- {
747
- OnDisabled.Clear();
748
- }
749
0 commit comments