Archived
1

Typo fixes

This commit is contained in:
Vladimir Hodakov
2017-10-11 07:01:13 +04:00
parent 92fa488828
commit c1c37a06e1
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ func (p *Parsers) ParseProfile(update tgbotapi.Update, player_raw dbmappings.Pla
return "fail"
}
for j := range(current_runes) {
if j > 2 {
if j > 1 {
nickname += string(current_runes[j])
}
}