X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=mk_rate;h=919a7c5fef50e90626af34973898cdb607e7165f;hp=396d2377621251bf3845fe606d7731d88e3523b8;hb=0b30a645a7f898b6f8808cb8586e8fb75b426dda;hpb=be989f57216e59d862543f18d3662342fdd9faf9 diff --git a/mk_rate b/mk_rate index 396d237..919a7c5 100755 --- a/mk_rate +++ b/mk_rate @@ -28,7 +28,7 @@ # * Rated games, which were played by both rated players. # * Rated players, who logged in the server with a name followed by a trip: # "name,trip". -# * (Rated) players, who played more than $GAMES_LIMIT [ten] (rated) games. +# * (Rated) players, who played more than $GAMES_LIMIT [15] (rated) games. # # # PREREQUIRE @@ -60,7 +60,7 @@ require 'rgl/connected_components' # # Count out players who play less games than $GAMES_LIMIT -$GAMES_LIMIT = $DEBUG ? 0 : 10 +$GAMES_LIMIT = $DEBUG ? 0 : 15 WIN_MARK = "win" LOSS_MARK = "lose" DRAW_MARK = "draw"