This repository was archived by the owner on Aug 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ) =>
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments