Skip to content

Commit

Permalink
Merge pull request #81033 from Faless/mp/fix_watch_prop_remove
Browse files Browse the repository at this point in the history
[MP] Fix watch properties not being correctly removed
  • Loading branch information
akien-mga committed Aug 28, 2023
2 parents 00d1faf + 3860f2e commit 231daee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/multiplayer/scene_replication_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 231daee

Please sign in to comment.