Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit fe26929

Browse files
committed
- fix: Team switch problems after mapchange
1 parent 0b8255b commit fe26929

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-- 2024.04.26 - 1.3.10
2+
3+
- fix: Team switch problems after mapchange
4+
15
-- 2024.04.26 - 1.3.9
26

37
- feat: Selecting SPEC/Teams toggles AFK mode automatically

src-plugin/Plugin/PluginEvents.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public void Initialize_Events()
5050
Arenas = null;
5151

5252
WaitingArenaPlayers.Clear();
53+
IsBetweenRounds = false;
5354
});
5455

5556
RegisterEventHandler((EventPlayerActivate @event, GameEventInfo info) =>

src-plugin/Plugin/PluginManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public sealed partial class Plugin : BasePlugin
1010

1111
public override string ModuleAuthor => "K4ryuu";
1212

13-
public override string ModuleVersion => "1.3.9 " +
13+
public override string ModuleVersion => "1.3.10 " +
1414
#if RELEASE
1515
"(release)";
1616
#else

src-plugin/Plugin/PluginStock.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ namespace K4Arenas
1111
using CounterStrikeSharp.API.Modules.Entities.Constants;
1212
using System.Runtime.Serialization;
1313
using CounterStrikeSharp.API.Modules.Cvars;
14+
using Microsoft.Extensions.Logging;
1415

1516
public sealed partial class Plugin : BasePlugin
1617
{

0 commit comments

Comments
 (0)