Removed a comment

This commit is contained in:
Anon 2023-05-16 23:25:29 +02:00
parent c7597e8822
commit 97af063d79

View file

@ -6,9 +6,6 @@ public static class BlockExtension
{ {
public static bool IsTopSlab(this Block block, int protocolVersion) public static bool IsTopSlab(this Block block, int protocolVersion)
{ {
//if (block.BlockId != 0)
// ConsoleIO.WriteLine("Checking is block: " + block + " is a top slab, protocol: " + protocolVersion);
if (protocolVersion >= Protocol18Handler.MC_1_19_4_Version) if (protocolVersion >= Protocol18Handler.MC_1_19_4_Version)
{ {
switch (block.BlockId) switch (block.BlockId)