style(Welcome): No stacktrace for Mirror welcome message

This commit is contained in:
MrGadget 2024-06-18 15:01:54 -04:00
parent f712fabd04
commit 1e7c6f0a94

View File

@ -15,7 +15,7 @@ static void OnInitializeOnLoad()
if (!SessionState.GetBool("MIRROR_WELCOME", false))
{
SessionState.SetBool("MIRROR_WELCOME", true);
Debug.Log("Mirror | mirror-networking.com | discord.gg/N9QVxbM");
Debug.LogFormat(LogType.Log, LogOption.NoStacktrace, null, "Mirror | mirror-networking.com | discord.gg/N9QVxbM");
}
}
}