Bug fixes in /server

This commit is contained in:
Tnze
2021-12-27 00:30:42 +08:00
parent d8f5f03524
commit a83698af97
3 changed files with 2 additions and 3 deletions

View File

@ -301,7 +301,7 @@ func (g *globalPalette) id(v state) (int, bool) {
}
func (g *globalPalette) value(i int) state {
return g.value(i)
return i
}
func (g *globalPalette) ReadFrom(_ io.Reader) (int64, error) {