Quick hack to show all pc-movie replays in the playtesting tab
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user