Remove debug line

This commit is contained in:
DoctorMacc 2020-08-10 11:22:59 -04:00
parent 6e80f22ee9
commit a676e86f6c
No known key found for this signature in database
GPG Key ID: 6D6E7E059F186DB4
1 changed files with 0 additions and 1 deletions

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