diff --git a/QSB/QSBCore.cs b/QSB/QSBCore.cs
index ed263a6a..5a4ab2c4 100644
--- a/QSB/QSBCore.cs
+++ b/QSB/QSBCore.cs
@@ -232,7 +232,7 @@ public class QSBCore : ModBehaviour
///
/// 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.
///
/// The behaviour of the addon.
public static void RegisterNotRequiredForAllPlayers(IModBehaviour addon)