diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-02 18:29:01 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-02 18:29:01 +0100 |
commit | 166034e674396af49f1977ef5853b4f3d3b6e202 (patch) | |
tree | 4a4df2c7e76dbce24e1c825ebfbff14e56fc1a0c /lib/colonial_twilight | |
parent | 6b60dab5bf2c3b195b70596727e4023693b85cb7 (diff) | |
download | colonial-twilight-166034e674396af49f1977ef5853b4f3d3b6e202.zip colonial-twilight-166034e674396af49f1977ef5853b4f3d3b6e202.tar.gz |
FLNBotRules : dbg -> remove useless YES
Diffstat (limited to 'lib/colonial_twilight')
-rw-r--r-- | lib/colonial_twilight/fln_bot_rules.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colonial_twilight/fln_bot_rules.rb b/lib/colonial_twilight/fln_bot_rules.rb index 4fc6347..f5e02d9 100644 --- a/lib/colonial_twilight/fln_bot_rules.rb +++ b/lib/colonial_twilight/fln_bot_rules.rb @@ -7,7 +7,7 @@ module ColonialTwilight return if @debug.zero? case @debug - when 1 then puts " #{msg} : YES" if ret + when 1 then puts " #{msg}" if ret else puts " #{msg} : #{ret ? 'YES' : 'NO'}" end end |