Item Sync

Looool ich werd immer blöder
This commit is contained in:
AliIbnAbiTalib
2023-04-11 14:45:33 +02:00
parent e20a92ed50
commit 9ed25cbf7e
2 changed files with 2 additions and 1 deletions
@@ -242,7 +242,7 @@ public class PlayablePlayer : Player
if (tempCurrentItems >= 0)
{
int pickRandomItem = Random.Range(0, tempCurrentItems);
items[pickRandomItem] = null;
client.items[pickRandomItem] = null;
itemInfoImages[pickRandomItem].color = new Color(0, 0, 0, 0);
}
break;