From b1a080f482be05b3c4b0f958514eab8cf0c51081 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Sun, 21 May 2023 21:28:30 +0300 Subject: [PATCH] poop --- Source/Game/Game.Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Game/Game.Build.cs b/Source/Game/Game.Build.cs index db5e3fc..26e6ac4 100644 --- a/Source/Game/Game.Build.cs +++ b/Source/Game/Game.Build.cs @@ -38,7 +38,7 @@ public class Game : GameModule //options.ScriptingAPI.FileReferences.Add(Path.Combine(Globals.EngineRoot, "Source", "Platforms", "DotNet", "Newtonsoft.Json.dll")); - options.ScriptingAPI.FileReferences.Add(@"C:\dev\GoatBot\ThirdParty\DSharpPlus\DSharpPlus\bin\Debug\netstandard2.0\DSharpPlus.dll"); + //options.ScriptingAPI.FileReferences.Add(@"C:\dev\GoatBot\ThirdParty\DSharpPlus\DSharpPlus\bin\Debug\netstandard2.0\DSharpPlus.dll"); #if COMPILE_WITH_DLSS DLSS.ConditionalImport(options, options.PrivateDependencies);