Fixed patch
This commit is contained in:
parent
85a0b60d62
commit
838cf1711e
@ -62,9 +62,8 @@ func process(character *arn.Character) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
char, _ := arn.GetCharacter("EI3HwrmiRm")
|
character.SetImageBytes(buffer.Bytes())
|
||||||
char.SetImageBytes(buffer.Bytes())
|
character.Save()
|
||||||
char.Save()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func diffAbs(a uint32, b uint32) uint32 {
|
func diffAbs(a uint32, b uint32) uint32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user