Updated server build tooltip on NM (#3622)

This commit is contained in:
JesusLuvsYooh 2023-10-05 10:02:13 +01:00 committed by GitHub
parent 8a0f6b1329
commit 04af0fc709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ public class NetworkManager : MonoBehaviour
/// <summary>Should the server auto-start when 'Server Build' is checked in build settings</summary>
[Header("Headless Builds")]
[Tooltip("Should the server auto-start when 'Server Build' is checked in build settings")]
[Tooltip("Should the server auto-start when 'Dedicated Server' platform is selected, or 'Server Build' is checked in build settings.")]
[FormerlySerializedAs("startOnHeadless")]
public bool autoStartServerBuild = true;