You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about a simple List<ulong> alreadyGiftedSteamIDs; that is valid per "session" (so while the plugin isn't unloaded) and it allows only one item per steam account to disencourage others just getting all the coupons at once and offering them themselves
The text was updated successfully, but these errors were encountered:
Limit "per session makes no sense. My current asf session is 16 days, and I consider it very short. And other users may have sessions as long as few hours. However, with some extra parameter to set rate limit - it makes sense.
The "per session" thing is just because i didn't want to bother you with big implementations. "session" would work for me but if that doesn't meet your standards you're free to make it more complex ofc :)
I was thinking about a simple
List<ulong> alreadyGiftedSteamIDs;
that is valid per "session" (so while the plugin isn't unloaded) and it allows only one item per steam account to disencourage others just getting all the coupons at once and offering them themselvesThe text was updated successfully, but these errors were encountered: