Fixed server side issues

This commit is contained in:
Buuz135
2021-09-12 23:53:55 +02:00
parent 5b26057dc1
commit 7230091750

View File

@@ -157,7 +157,7 @@ public class CoverManager {
return false; return false;
} }
return state.isSolid() && state.isSolidSide(Minecraft.getInstance().world, new BlockPos(0,0,0), Direction.UP); //I dont trust this return state.isSolid();
} }
@Nullable @Nullable