Fixed typo in updated playerPerServer bStats chart

This commit is contained in:
Florian CUNY 2020-03-18 08:34:19 +01:00 committed by GitHub
parent 530a76b0a8
commit c57b56f1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ public class BStats {
else if (players <= 50) return "31-50";
else if (players <= 100) return "51-100";
else if (players <= 150) return "101-150";
else if (players <= 200) return "150-200";
else if (players <= 200) return "151-200";
else return "201+";
}));
}