1
This commit is contained in:
parent
a7c69faee1
commit
c7509063d1
@ -84,7 +84,8 @@ func (this *player) parseUserInfo(userInfo *common.UserInfo){
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if found {
|
if found {
|
||||||
|
copy(this.battleItems[index:], this.battleItems[index+1:])
|
||||||
|
this.battleItems = this.battleItems[:len(this.battleItems)-1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user