Skip to content

Commit

Permalink
Update fish.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fangliuyu authored Sep 3, 2023
1 parent d0eaa2a commit b47dc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/mcfish/fish.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func init() {
if len(thingNameList) == 1 {
thingName := ""
numberOfFish := 0
for name := range thingNameList {
for name, number := range thingNameList {
thingName = name
numberOfFish = number
}
Expand Down

0 comments on commit b47dc32

Please sign in to comment.