Adjust code style

This commit is contained in:
Dreeam
2024-06-03 19:58:44 +08:00
parent b9648393a7
commit e922422922
3 changed files with 5 additions and 5 deletions
@@ -43,7 +43,7 @@ public class I18NUtils {
* @param player The player
*/
public static String getLocale(Player player) {
if (Utils.majorVersion > 15) {
if (Utils.MAJOR_VERSION > 15) {
return player.getLocale().toLowerCase();
} else {
long startTime = System.currentTimeMillis();