1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-01 01:01:16 +08:00
parent 361b620148
commit 65dce34473
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ func (h Controller) NonoFollowOrHome(data *nono.NonoFollowOrHomeInInfo, c *playe
SuperStage: data.Flag,
Flag: data.Flag,
Nick: "",
Color: 0,
Color: c.Info.NONO.NonoColor,
Power: 0,
}

View File

@@ -106,7 +106,7 @@ func (h Controller) ChangeNONOColor(data *user.ChangeNONOColorInboundInfo, playe
player.Info.NONO.NonoColor = data.Color
result = &user.ChangeNONOColorOutboundInfo{
Sataus: player.Info.UserID,
UserID: player.Info.UserID,
Color: player.Info.Color,
}
player.GetSpace().Broadcast(player, data.Head.CMD, result)