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() Defaults = new()
{ {
GameDirectories = new[] GameDirectories = Array.Empty<string>(),
{
"testing 1",
"testing 2"
},
RunUnsafeCommands = AskMode.Ask RunUnsafeCommands = AskMode.Ask
}; };
} }

View File

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