Skip to content

Commit

Permalink
refactor: Removed unused includes and changed CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Nov 16, 2023
1 parent 86854ba commit 0a9b601
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Added full debug log for the code to let you guys find bugs easier
- Added option to print summary of point changes in round ends
- Fixed multiple harmless error log for dictionary
- Fixed several problematic solution

-- 2023.10.13 - V1.2.0

Expand Down
2 changes: 0 additions & 2 deletions src/Commands.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Core.Attributes.Registration;
using CounterStrikeSharp.API.Modules.Commands;
using CounterStrikeSharp.API.Modules.Utils;
using Nexd.MySQL;
using CounterStrikeSharp.API.Modules.Admin;
using System.Reflection;

Expand Down
1 change: 0 additions & 1 deletion src/Configs.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Utils;
using System.Reflection;
using System.Text.Json;
using System.Text.Json.Serialization;

public class GeneralSettings
Expand Down
1 change: 0 additions & 1 deletion src/Events.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Admin;
using CounterStrikeSharp.API.Modules.Utils;

namespace K4ryuuSystem
Expand Down
1 change: 0 additions & 1 deletion src/Globals.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Modules.Utils;
using Nexd.MySQL;

namespace K4ryuuSystem
Expand Down
4 changes: 1 addition & 3 deletions src/K4-System.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System.Text.Json.Serialization;
using CounterStrikeSharp.API;
using CounterStrikeSharp.API;
using CounterStrikeSharp.API.Core;
using CounterStrikeSharp.API.Core.Attributes;
using CounterStrikeSharp.API.Modules.Timers;
using Nexd.MySQL;


Expand Down

0 comments on commit 0a9b601

Please sign in to comment.