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();