NetworkManager.Awake message changed to 'Mirror' from 'HLAPI CE'

This commit is contained in:
vis2k 2018-08-27 16:35:41 +02:00
parent 8ccfd8f105
commit 43921f7b3e

View File

@ -108,7 +108,7 @@ public NetworkManager()
void Awake()
{
Debug.Log("Thank you for using HLAPI Community Edition! https://forum.unity.com/threads/unet-hlapi-community-edition.425437/");
Debug.Log("Thank you for using Mirror! https://forum.unity.com/threads/unet-hlapi-community-edition.425437/");
InitializeSingleton();
}