Skip to content

Commit

Permalink
Fix bug when team sign is not configured.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Jun 3, 2024
1 parent 467aae1 commit 6a83399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/team_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func (sign *TeamSign) SetAddress(ipAddress string) {
if ipAddress == "" {
// The sign is not configured.
sign.address = 0
return
}

var err error
Expand Down

0 comments on commit 6a83399

Please sign in to comment.