mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
dontListen: add comment
This commit is contained in:
parent
8d3f33081b
commit
8854844a7f
@ -49,6 +49,8 @@ public static class NetworkServer
|
||||
/// <para>If you enable this, the server will not listen for incoming connections on the regular network port.</para>
|
||||
/// <para>This can be used if the game is running in host mode and does not want external players to be able to connect - making it like a single-player game. Also this can be useful when using AddExternalConnection().</para>
|
||||
/// </summary>
|
||||
// NOTE: people use this for single player mode where it should not do
|
||||
// any networking! see https://github.com/vis2k/Mirror/pull/2595
|
||||
public static bool dontListen;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user