diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-16 23:07:41 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-16 23:07:41 +0200 |
commit | 2f0d89c5cfb101bccf7bbe8be1b070ce2a4fee4c (patch) | |
tree | 8fee5625cf7b70e9454308135051783b863fe096 /types.go | |
parent | 647540796a50b8bbf93008def8a3a082fefa07fd (diff) | |
download | mtmap-2f0d89c5cfb101bccf7bbe8be1b070ce2a4fee4c.tar.xz |
Properly serialize special node id mappingsv0.2.5
Diffstat (limited to 'types.go')
-rw-r--r-- | types.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,7 +51,3 @@ type ErrInvalidNodeId struct { func (e ErrInvalidNodeId) Error() string { return fmt.Sprintf("invalid node %v", e.Id) } - -func isSpecial(id mt.Content) bool { - return id >= 125 && id <= 127 -} |