Fix Romanian bStats chart not working

This commit is contained in:
HexedHero 2022-03-22 06:27:16 +00:00
parent 8ae055d04c
commit 0e88c426c1

View File

@ -117,7 +117,7 @@ public class Util {
case "pt": case "pt":
return "Portuguese"; return "Portuguese";
case "Ro": case "ro":
return "Romanian"; return "Romanian";
case "ch": case "ch":