mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Removed a comment
This commit is contained in:
parent
c7597e8822
commit
97af063d79
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue