Files
godot/modules
Sander Vanhove 73c95baa52 Fix peers stopping replication on deleting node they spawned
When multiple peers had multiplayer authority over a MultiplayerSpawner
and spawned nodes that used a MultiplayerSynchronizer that were later
deleted, these peers would stop syncing random nodes from other peers
because the net_id of said spawned nodes was not unique over all peers.
The net_id was the only criteria that was looked at to stop syncing the
node.

This commit fixes this by also looking at the peer the node came from.
2025-08-22 17:08:16 +02:00
..
2024-06-23 08:15:19 -05:00
2024-06-22 14:51:17 +00:00
2024-04-10 18:27:08 +01:00
2024-04-05 12:18:00 +02:00
2024-06-18 11:06:31 -04:00
2024-07-27 14:49:20 -07:00
2024-03-13 09:12:50 +02:00
2024-06-18 11:06:31 -04:00
2024-05-14 13:01:07 +02:00
2024-06-01 16:37:54 -05:00