X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=0522e52888fca392a6f0936d337d76719c79e417;hp=e1da304a6732c49023471600ddf310af5e7663ac;hb=e7dc2e5b82c4c050fcacc2646e1f79194e0b14d5;hpb=73a78c97272fcd068f61469f868068cc94c723b4 diff --git a/remoteglot.pl b/remoteglot.pl index e1da304..0522e52 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -1177,6 +1177,9 @@ sub long_score { } else { if (exists($info->{'score_cp' . $mpv})) { my $score = $info->{'score_cp' . $mpv} * 0.01; + if ($score == 0) { + return "Score: 0.00"; + } if ($pos->{'toplay'} eq 'B') { $score = -$score; }