summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/multiplayer/scene_replication_config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/multiplayer/scene_replication_config.cpp b/modules/multiplayer/scene_replication_config.cpp
index af6af35219..db615f8c20 100644
--- a/modules/multiplayer/scene_replication_config.cpp
+++ b/modules/multiplayer/scene_replication_config.cpp
@@ -162,6 +162,7 @@ void SceneReplicationConfig::remove_property(const NodePath &p_path) {
properties.erase(p_path);
sync_props.erase(p_path);
spawn_props.erase(p_path);
+ watch_props.clear();
}
bool SceneReplicationConfig::has_property(const NodePath &p_path) const {