You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix node config warning not updating for Multiplayer{Spawner,Synchronizer}
This commit is contained in:
@@ -251,6 +251,7 @@ NodePath MultiplayerSpawner::get_spawn_path() const {
|
||||
void MultiplayerSpawner::set_spawn_path(const NodePath &p_path) {
|
||||
spawn_path = p_path;
|
||||
_update_spawn_node();
|
||||
update_configuration_warnings();
|
||||
}
|
||||
|
||||
void MultiplayerSpawner::_track(Node *p_node, const Variant &p_argument, int p_scene_id) {
|
||||
|
||||
Reference in New Issue
Block a user