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:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user