Skip to content

Commit

Permalink
chore: remove some function deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Aug 10, 2024
1 parent 4eaa78e commit eb1c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mc/nbt/EndTag.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EndTag : public ::Tag {
virtual std::unique_ptr<class Tag> copy() const;

// vIndex: 10
virtual uint64 hash() const;
virtual uint64 hash() const { return 0; }

// NOLINTEND
};

0 comments on commit eb1c77b

Please sign in to comment.