Removed some test stuff.
This commit is contained in:
parent
fd4162aa32
commit
25c6d152a2
@ -23,11 +23,7 @@ public struct Config
|
||||
{
|
||||
Defaults = new()
|
||||
{
|
||||
GameDirectories = new[]
|
||||
{
|
||||
"testing 1",
|
||||
"testing 2"
|
||||
},
|
||||
GameDirectories = Array.Empty<string>(),
|
||||
RunUnsafeCommands = AskMode.Ask
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
using System.Numerics;
|
||||
|
||||
namespace SrcMod.Shell;
|
||||
namespace SrcMod.Shell;
|
||||
|
||||
internal static class Tools
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user