This commit is contained in:
meixiongfeng 2024-01-10 18:58:39 +08:00
parent 3052b09217
commit 99ed384e74

View File

@ -778,7 +778,7 @@ func (this *Room) AutoOperator(uid string) {
}
// 交换元素
if this.player1.Energy >= conf.Skillload {
if p.Energy >= conf.Skillload {
var color int32
if this.curPower == this.player1.Userinfo.Uid {
color = 1