Removed some test stuff.
This commit is contained in:
parent
fd4162aa32
commit
25c6d152a2
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
using System.Numerics;
|
namespace SrcMod.Shell;
|
||||||
|
|
||||||
namespace SrcMod.Shell;
|
|
||||||
|
|
||||||
internal static class Tools
|
internal static class Tools
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user