mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated server build tooltip on NM (#3622)
This commit is contained in:
parent
8a0f6b1329
commit
04af0fc709
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user