We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489544e commit 032c77cCopy full SHA for 032c77c
CustomCommands/CustomCommands.csproj
@@ -10,7 +10,7 @@
10
</PropertyGroup>
11
12
<ItemGroup>
13
- <PackageReference Include="CounterStrikeSharp.API" Version="1.0.142">
+ <PackageReference Include="CounterStrikeSharp.API" Version="1.0.163">
14
<PrivateAssets>none</PrivateAssets>
15
<ExcludeAssets>runtime</ExcludeAssets>
16
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
CustomCommands/Services/EventManager.cs
@@ -60,5 +60,11 @@ public void RegisterListeners()
60
});
61
}
62
63
+
64
+ plugin.RegisterListener<Listeners.OnMapEnd>(() =>
65
+ {
66
+ PluginGlobals.centerClientOn.Clear();
67
+ PluginGlobals.CooldownTimer.Clear();
68
+ });
69
70
0 commit comments