diff options
author | Joe <rbo@gmx.us> | 2025-01-20 18:27:34 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-01-20 18:27:34 +0100 |
commit | f670b80403da3865df2a0143adaed3d03612dfa9 (patch) | |
tree | a65e6a9e732c57dd70c7fca55c7158429d56dd08 /src/i_host.go | |
parent | box style or something (diff) | |
download | hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.gz hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.bz2 hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.xz hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.tar.zst hardflip-f670b80403da3865df2a0143adaed3d03612dfa9.zip |
up
Diffstat (limited to 'src/i_host.go')
-rw-r--r-- | src/i_host.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i_host.go b/src/i_host.go index c37f0ac..5cc1191 100644 --- a/src/i_host.go +++ b/src/i_host.go @@ -173,9 +173,9 @@ func i_fuzz_check(ptr *ItemsNode, ui *HardUI) bool { end_runes = append(end_runes, buff_ptr) } } - } - if len(end_runes) == 0 { - return false + if len(end_runes) == 0 { + return false + } } return true } |