fix player chat fort error

This commit is contained in:
Tnze
2022-12-04 16:08:52 +08:00
parent 089d12e36b
commit ff94c600df
4 changed files with 12 additions and 13 deletions

View File

@ -83,7 +83,7 @@ func (s *scanner) eof() int {
return scanEnd
}
if s.errContext == "" {
s.errContext = "unexpected end of JSON input"
s.errContext = "unexpected end of SNBT input"
}
return scanError
}