mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 12:21:25 +00:00
RegisterNotRequiredForAllPlayers: update doc, i meant to do this earlier
This commit is contained in:
parent
63a5a13342
commit
55a9c533ab
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user