mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
allow lol names with length 3
This commit is contained in:
@@ -159,7 +159,7 @@ function parseMultiline(){
|
||||
|
||||
acceptedParser.forEach( p => {
|
||||
i = l.indexOf(" " + p)
|
||||
if(i > 3 && i < lowestIndex){
|
||||
if(i >= 3 && i < lowestIndex){
|
||||
lowestIndex = i
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user