decorate 修复

This commit is contained in:
hahwu 2026-01-20 16:51:37 +08:00
parent 08eeeb2a40
commit ab269ac8a6

View File

@ -260,7 +260,7 @@ func (p *Player) InitPlayer(UserName string) error {
ChessMod := p.PlayMod.getChessMod()
ChargeMod.FixBug(ChessMod.GetEmitList())
p.FixOrderBug()
//p.FixDecorate()
p.FixDecorate()
return nil
}