Removed some test stuff.

This commit is contained in:
That_One_Nerd 2023-04-18 08:57:45 -04:00
parent fd4162aa32
commit 25c6d152a2
2 changed files with 2 additions and 8 deletions

View File

@ -23,11 +23,7 @@ public struct Config
{
Defaults = new()
{
GameDirectories = new[]
{
"testing 1",
"testing 2"
},
GameDirectories = Array.Empty<string>(),
RunUnsafeCommands = AskMode.Ask
};
}

View File

@ -1,6 +1,4 @@
using System.Numerics;
namespace SrcMod.Shell;
namespace SrcMod.Shell;
internal static class Tools
{