From e89ac26bda1146b184c1681cf66c20898404009f Mon Sep 17 00:00:00 2001 From: Garrett <52760019+Casimir255@users.noreply.github.com> Date: Sat, 16 Dec 2023 20:37:49 -0600 Subject: [PATCH] Turn off debug lol --- Seamless.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seamless.cs b/Seamless.cs index 2c75b0b..ca18c26 100644 --- a/Seamless.cs +++ b/Seamless.cs @@ -33,7 +33,7 @@ namespace SeamlessClient private bool Initilized = false; public static bool isSeamlessServer = false; - public static bool isDebug = true; + public static bool isDebug = false;