diff --git a/Assets/Talo Game Services/Talo/Runtime/Talo.cs b/Assets/Talo Game Services/Talo/Runtime/Talo.cs index e00efe3..3abb680 100644 --- a/Assets/Talo Game Services/Talo/Runtime/Talo.cs +++ b/Assets/Talo Game Services/Talo/Runtime/Talo.cs @@ -218,7 +218,7 @@ public static bool IsOffline() internal static bool CheckTestMode() { -#if UNITY_EDITOR || DEBUG +#if UNITY_EDITOR var assembly = AppDomain.CurrentDomain.GetAssemblies() .FirstOrDefault((assembly) => assembly.FullName.ToLowerInvariant().StartsWith("nunit.framework"));