Fixed Items Not Apply to Clients Bug

- Fixed a bug in which clients were not spawned in with their items
  despite selecting them in the lobby.  Also applied this fix to the
  respawn method for the pitfalls
This commit is contained in:
2022-01-19 17:28:12 -06:00
parent 8d81c92115
commit c1d51f4148
4 changed files with 54 additions and 12 deletions

View File

@@ -72,6 +72,4 @@ public class PlayerInventory : NetworkBehaviour
AddItem(allItems[itemName]);
}
}
}