jkf 0.4.3 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ module Jkf::Converter
22
22
  end
23
23
 
24
24
  def convert_handicap(preset)
25
- preset != "OTHER" ? "手合割:#{preset2str(preset)}\n" : ""
25
+ preset == "OTHER" ? "" : "手合割:#{preset2str(preset)}\n"
26
26
  end
27
27
 
28
28
  def convert_teban(data, color)