mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-20 23:21:33 +01:00
Fixed typo in updated playerPerServer bStats chart
This commit is contained in:
parent
530a76b0a8
commit
c57b56f1f0
@ -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+";
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user