Skip to content

Commit 62781a9

Browse files
committed
Remove missing locale warn
1 parent 47a6a09 commit 62781a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "com.minekube.connect"
9-
version = "0.2.12"
9+
version = "0.2.13"
1010
description =
1111
"Connects the server/proxy to the global Connect network to reach more players while also supporting online mode server, bungee or velocity mode. Visit https://minekube.com/connect"
1212
}

core/src/main/java/com/minekube/connect/util/LanguageManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public boolean loadLocale(String locale) {
143143
return true;
144144
}
145145

146-
logger.warn("Missing locale file: " + formatLocale);
146+
// logger.warn("Missing locale file: " + formatLocale);
147147
return false;
148148
}
149149

0 commit comments

Comments
 (0)