From f670b80403da3865df2a0143adaed3d03612dfa9 Mon Sep 17 00:00:00 2001 From: Joe <rbo@gmx.us> Date: Mon, 20 Jan 2025 18:27:34 +0100 Subject: up --- src/i_host.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 } -- cgit v1.2.3