remove println

This commit is contained in:
dfsek
2022-05-31 18:41:39 -07:00
parent 10308959a1
commit 8e933a1bb4

View File

@@ -234,7 +234,6 @@ public class NMSChunkGeneratorDelegate extends ChunkGenerator {
d0 += random.nextDouble() * Math.PI * 2.0;
}
}
System.out.println(list);
return list;
}