From 609c2f8545d0f2c9500cf72687c2a8d8249c36b0 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Sat, 8 Jun 2024 05:37:07 -0500 Subject: [PATCH] Quick hack to show all pc-movie replays in the playtesting tab --- .../src/main/web/includes/account/playtesting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/account/playtesting.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/account/playtesting.html index 1ee2bd748..f7bc83178 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/account/playtesting.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/account/playtesting.html @@ -60,7 +60,7 @@ function drawTable(json) { } -hall.comm.getRecentReplays("PLAYTEST", 100, function(json){drawTable(json);}, hall.hallErrorMap()); +hall.comm.getRecentReplays("Movie Block (PC)", 100, function(json){drawTable(json);}, hall.hallErrorMap()); drawTable();