This commit is contained in:
2026-06-23 15:22:00 +02:00
parent a3b4cc530d
commit 241dc2b987
4 changed files with 459 additions and 96 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ namespace AnotherReplayReader
var plotter = await _plotter;
var dump = new EventDump();
dump.LoadStringHashes();
dump.SetDumpData(_replay.Mod, plotter);
dump.SetDumpData(plotter);
await dump.ShowPlainText();
}
}