mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
style(Welcome): No stacktrace for Mirror welcome message
This commit is contained in:
parent
f712fabd04
commit
1e7c6f0a94
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user