chat command: use plural "players" to be consistent with cox

This commit is contained in:
Adam
2022-04-11 09:37:26 -04:00
parent 0c0f790bee
commit 6e68a964a7
2 changed files with 10 additions and 10 deletions
@@ -182,7 +182,7 @@ public class ChatCommandsPluginTest
verify(configManager).setRSProfileConfiguration("killcount", "theatre of blood", 73);
verify(configManager).setRSProfileConfiguration("personalbest", "theatre of blood", 17 * 60 + .2);
verify(configManager).setRSProfileConfiguration("personalbest", "theatre of blood 2 player", 17 * 60 + .2);
verify(configManager).setRSProfileConfiguration("personalbest", "theatre of blood 2 players", 17 * 60 + .2);
}
@Test