We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b9f8b commit b5f4105Copy full SHA for b5f4105
lib/junethack/models/server.rb
@@ -127,6 +127,10 @@ def dumplog_link(game)
127
"https://#{prefix}.hardfought.org/userdata/#{player}/gnollhack/dumplog/#{game.starttime}.gnoll.html"
128
when "hck"
129
"https://#{prefix}.hardfought.org/userdata/#{player}/hackem/dumplog/#{game.starttime}.hackem.html"
130
+ when "nerf"
131
+ "https://#{prefix}.hardfought.org/userdata/#{player}/nerfhack/dumplog/#{game.starttime}.nerf.html"
132
+ when "crec"
133
+ "https://#{prefix}.hardfought.org/userdata/#{player}/crecellehack/dumplog/#{game.starttime}.cre.html"
134
end
135
when "em.slashem.me"
136
case game.version
0 commit comments