Not showing names of who joined the Raffle

Hi there, In the chat it doesnt show who has joined the Raffle.

Link below shows what i mean.

https://imgur.com/DgVaMti

Hi,

i'm not the plugin dev (not sure how it is with plugin edits) but there is a mispelling at row 151, wich is the reason why it doesn't show a name on joining the raffle. Pretty easy to fix, just change the wrong text to "RaffleJoinedGlobal" in the UltimateGamble.cs at row 151.

Also maybe change row 542 too, since there is a error in calculation for the winner of the plugin

it should look like this (normally there is a "-1" after joinedPlayersId.Count, wich is not needed and only makes the plugin to draw the first joined user):

int random = UnityEngine.Random.Range(0, joinedPlayersId.Count);

both might be something for the plugin dev to fix, if still active :D (don't even know if you're still using the plugin, but i thought just leave it here, since i fixed it for myself)