forked from GeyserMC/Geyser
Remove debug line
This commit is contained in:
parent
6e80f22ee9
commit
a676e86f6c
1 changed files with 0 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue