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