Skip to content

Commit

Permalink
Ignore NH4's "polyinit" game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaak committed May 31, 2014
1 parent d1d30cc commit cb45a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/junethack/fetch_games.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def fetch_all
game = StartScummedGame.create(hgame.merge({"server" => server}))
@fetch_logger.debug "start scummed game"
count_scummed_games += 1
elsif ['explore','multiplayer','debug'].include? hgame['mode'] then
elsif ['explore','multiplayer','debug','polyinit'].include? hgame['mode'] then
game = JunkGame.create(hgame.merge({"server" => server}))
@fetch_logger.debug "junk game"
count_junk_games += 1
Expand Down

0 comments on commit cb45a68

Please sign in to comment.