Skip to content

Commit 032c77c

Browse files
committed
update to css v163
1 parent 489544e commit 032c77c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CustomCommands/CustomCommands.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.142">
13+
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.163">
1414
<PrivateAssets>none</PrivateAssets>
1515
<ExcludeAssets>runtime</ExcludeAssets>
1616
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Diff for: CustomCommands/Services/EventManager.cs

+6
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,11 @@ public void RegisterListeners()
6060
});
6161
}
6262
});
63+
64+
plugin.RegisterListener<Listeners.OnMapEnd>(() =>
65+
{
66+
PluginGlobals.centerClientOn.Clear();
67+
PluginGlobals.CooldownTimer.Clear();
68+
});
6369
}
6470
}

0 commit comments

Comments
 (0)