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
When team of 4 drops to 2, if one person types -gg it forfeits game instantly. This removes the ability for teammate to play 1v1/2/3/4.
In this scenario it should propose Forfeit to teammate instead of immediate Defeat.
One person's opinion on viability of game shouldn't end it.
Description
When team of 4 drops to 2, if one person types
-gg
it forfeits game instantly. This removes the ability for teammate to play 1v1/2/3/4.In this scenario it should propose Forfeit to teammate instead of immediate Defeat.
One person's opinion on viability of game shouldn't end it.
When a player leaves following continues to drop:
map-updater-scripts/src/player_features/forfeit.ts
Line 55 in 286c050
Possible Implementation
When someone leaves (leaveTrigger), prevent 1 person from deciding fate of game by adding conditional statement:
The text was updated successfully, but these errors were encountered: