1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 11:19:11 +00:00

Remove debug line

This commit is contained in:
DoctorMacc
2020-08-10 11:22:59 -04:00
parent 6e80f22ee9
commit a676e86f6c

View File

@@ -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.");