generate NBT TAG_Compound

This commit is contained in:
Tnze
2021-05-26 01:35:58 +08:00
parent 1f7d07b279
commit 00fcdb4b14
4 changed files with 47 additions and 17 deletions

View File

@ -397,6 +397,7 @@ func (s *scanner) stateEndValue(c byte) int {
}
return s.error(c, "")
}
func (s *scanner) error(c byte, context string) int {
s.step = s.stateError
s.err = errors.New(context)