Play now button functional, server list Server now rejects 'players' with nicks Nod and GDI to correct player count, implemented show folder for Games list

This commit is contained in:
2021-11-22 22:02:01 -06:00
parent 74fc6bc24c
commit 6dd1966384
3 changed files with 35 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ class W3DHub
if Store.application_manager.installed?(game.id, channel.id)
button "<b>#{I18n.t(:"interface.play_now")}</b>", margin_left: 24 do
Store.application_manager.run(game.id, channel.id)
Store.application_manager.play_now(game.id, channel.id)
end
button "<b>#{I18n.t(:"interface.single_player")}</b>", margin_left: 24 do