Proposal: Reset Button
Timed out 4 votes to 0. Enacted by Kevan.
Adminned at 05 Oct 2018 08:56:35 UTC
if (accessCode == "x") {
GNDTArray.forEach(function(row) {
printLine("RESET "+row[0]);
});
}
Changing a leftover reset command to reset all players, if an input of “x” is specified.
Brendan: he/him
I’m in favor of this, but replace the first line to include the string “RESET” seems very easily read by the enacting admin to mean “replace the first line such that it includes the string RESET.”