Fix UID support in MultiplayerSpawner

This commit is contained in:
kobewi
2024-11-26 16:22:05 +01:00
parent bbc54692c0
commit 67b95f341e
3 changed files with 11 additions and 13 deletions

View File

@ -49,7 +49,6 @@ public:
private:
struct SpawnableScene {
String path;
String uid;
Ref<PackedScene> cache;
};