RegisterNotRequiredForAllPlayers: update doc, i meant to do this earlier

This commit is contained in:
JohnCorby 2023-09-01 12:17:27 -07:00
parent 63a5a13342
commit 55a9c533ab

View File

@ -232,7 +232,7 @@ public class QSBCore : ModBehaviour
/// <summary>
/// Registers an addon that shouldn't be considered for hash checks when joining.
/// This addon MUST NOT send any network messages, or create any worldobjects.
/// This addon MUST NOT create any WorldObjects or NetworkBehaviours.
/// </summary>
/// <param name="addon">The behaviour of the addon.</param>
public static void RegisterNotRequiredForAllPlayers(IModBehaviour addon)