3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 12:32:53 +02:00

Removed left in debug line

Dieser Commit ist enthalten in:
rtm516 2020-04-09 17:34:49 +01:00
Ursprung 81c1533ee2
Commit 78fdab2090

Datei anzeigen

@ -259,7 +259,6 @@ public class GeyserSession implements CommandSender {
// Let the user know there locale may take some time to download
// as it has to be extracted from a JAR
if (locale.toLowerCase().equals("en_us") && !LocaleUtils.LOCALE_MAPPINGS.containsKey("en_us")) {
connector.getLogger().info("warning user");
sendMessage("Downloading your locale (en_us) this may take some time");
}