3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02:00

Remove debug line

Dieser Commit ist enthalten in:
DoctorMacc 2020-08-10 11:22:59 -04:00
Ursprung 6e80f22ee9
Commit a676e86f6c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6D6E7E059F186DB4

Datei anzeigen

@ -116,7 +116,6 @@ public class DimensionUtils {
return "minecraft:overworld";
}
if (dimensionTag.getValue().get("effects") != null) {
System.out.println(((StringTag) dimensionTag.getValue().get("effects")).getValue());
return ((StringTag) dimensionTag.getValue().get("effects")).getValue();
}
GeyserConnector.getInstance().getLogger().debug("Effects portion of the tag was null or empty.");