Merge main into mod-panel

This commit is contained in:
jvyden 2022-08-05 17:02:19 -04:00
commit b6da930e20
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
300 changed files with 8417 additions and 700 deletions

View file

@ -31,8 +31,9 @@ public class AdminReportController : ControllerBase
{
report.JpegHash,
report.GriefStateHash,
report.InitialStateHash,
};
if(report.LevelType != "user")
hashes.Add(report.InitialStateHash);
foreach (string hash in hashes)
{
if (System.IO.File.Exists(Path.Combine("png", $"{hash}.png")))