fa
fa copied to clipboard
Increase modularity and testability in PenguinAutoBalance
Increases modularity/testability for the new autobalancer via the DetermineTeams function, which can generate testing data by being called with (true, true)
This is great - is it decoupled enough that you could place it in another file, and import that accordingly? That would reduce the amount of code in the lobby.
Theoretically, but when I tested that, it would not work in its current location (for the in-lobby autobalance button) because of an error for too many upvalues (limit of 32).
Ah, yes - that is a known issue 😞 .
So, can this be merged?