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
Just as the title says, if a player's inventory is full when they are supposed to receive a cumulative reward. This is due to VotesListener#onReceive returning if the player's inventory is full
while the only place the cumulative handlers are called is in this function. Though the cumulative handlers will be called during the next vote, they will not trigger rewards since they require exact values.
The text was updated successfully, but these errors were encountered:
Just as the title says, if a player's inventory is full when they are supposed to receive a cumulative reward. This is due to VotesListener#onReceive returning if the player's inventory is full
VoteParty/src/main/kotlin/me/clip/voteparty/listener/VotesListener.kt
Line 59 in 5522682
while the only place the cumulative handlers are called is in this function. Though the cumulative handlers will be called during the next vote, they will not trigger rewards since they require exact values.
The text was updated successfully, but these errors were encountered: