Quick hack to show all pc-movie replays in the playtesting tab

This commit is contained in:
Christian 'ketura' McCarty
2024-06-08 05:37:07 -05:00
parent 86f2c8717c
commit 609c2f8545

View File

@@ -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();
</script>