Skip to content

Commit

Permalink
Merge pull request godotengine#53711 from Faless/mp/4.x_fix_custom_de…
Browse files Browse the repository at this point in the history
…spwn
  • Loading branch information
akien-mga authored Oct 12, 2021
2 parents b67e68b + 74b46bb commit d5409e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/multiplayer/multiplayer_replicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ Error MultiplayerReplicator::_spawn_despawn(ResourceUID::ID p_scene_id, Object *
args[0] = p_peer;
args[1] = p_scene_id;
args[2] = p_obj;
args[3] = true;
args[3] = p_spawn;
const Variant *argp[] = { &args[0], &args[1], &args[2], &args[3] };
Callable::CallError ce;
Variant ret;
Expand Down

0 comments on commit d5409e3

Please sign in to comment.