ObsidianMC / Obsidian

A C# implementation of the Minecraft server protocol.
GNU General Public License v3.0
413 stars 42 forks source link

Fix an edge case for NbtReader #414

Closed Tides closed 11 months ago

Tides commented 11 months ago

Some tags coming from minecrafts nbt structure files idk why have a null value. This fixes that :)