Post edit history
Join if number of players is even
| Before | After | ||
|---|---|---|---|
| 1 | There might be a misunderstanding what I want with this request. I basically want an option to enable this function: OnLobbyUpdate() { if (mNumberPlayers%2 != 0) mInPlayerList = !mInPlayerList; } | 1 | There might be a misunderstanding what I want with this request. I basically want an option to enable this function: OnLobbyUpdate() { if (mNumberPlayers%2 != 0) mInPlayerList = !mInPlayerList; } |
| 2 | \n | 2 | \n |
| 3 | I think others might want it too, but it can also be just hacked together client-side. | 3 | I think others might want it too, but it can also be just hacked together client-side. Implementing it on the server would be much cleaner and avoid multiple people waiting to join an even match but not joining because each by themselves would make it uneven. |
