Update bot properName

This commit is contained in:
RedSparr0w
2019-11-22 20:45:42 +13:00
parent e282778f22
commit 8b4969a882
@@ -27,8 +27,7 @@ public class Bot {
// TODO: randomize the bot passwords
botClient.playerPass = "bot_password";
char first = username.charAt(0);
botClient.properName = Character.toUpperCase(first) + username.substring(1, username.length());
botClient.properName = Character.toUpperCase(username.charAt(1)) + username.substring(2);
botClient.saveFile = true;
botClient.saveCharacter = true;