From 9b5a17cb0c707593a7ea0d4c188498f8cd5be303 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 10 Nov 2024 04:03:23 -0500 Subject: [PATCH] undocument bug --- src/Mono.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mono.cs b/src/Mono.cs index 8a29216..0d3182a 100644 --- a/src/Mono.cs +++ b/src/Mono.cs @@ -236,8 +236,6 @@ static class Mono // } } - // [!] if can't find a viable cell try again next step - // (as it is possible to fence in the tail esp if you are eating) return (viable, cell); }