rename rights variable

This commit is contained in:
wish
2022-08-14 18:09:06 +10:00
parent 6b70771884
commit d48a64e208
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ func doAckSimpleFail(s *Session, ackHandle uint32, data []byte) {
func updateRights(s *Session) {
update := &mhfpacket.MsgSysUpdateRight{
ClientRespAckHandle: 0,
Unk1: s.rights,
Bitfield: s.rights,
Rights: []mhfpacket.ClientRight{
{
ID: 1,