Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Quick fix for error when getting blocks for old MC version #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 28, 2021

  1. Quick fix for error when getting blocks for old MC version

    The self.version is set to None if the data is from an old MC version.
    One line was not changed to also deal with None values instead of only integers.
    This would lead to "TypeError: '<' not supported between instances of 'NoneType' and 'int'"
    ywilke authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    0cf0af1 View commit details
    Browse the repository at this point in the history