Skip to content

Commit 28a27f4

Browse files
committed
remove unassasary stuff
1 parent 3f9035d commit 28a27f4

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

CustomCommands/CustomCommands.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<!--<OutputPath>.</OutputPath>-->
87
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
98
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
109
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

CustomCommands/GeneralFunctions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
using System.Text.Json;
2-
using System.Text.Json.Nodes;
32
using CounterStrikeSharp.API;
43
using CounterStrikeSharp.API.Core;
54
using CounterStrikeSharp.API.Modules.Admin;
6-
using CounterStrikeSharp.API.Modules.Cvars;
7-
using CounterStrikeSharp.API.Modules.Entities;
8-
using CounterStrikeSharp.API.Modules.Utils;
95
using CustomCommands.Model;
106
using Microsoft.Extensions.Logging;
117

0 commit comments

Comments
 (0)