Hotfix recorder
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2022-10-05 15:58:16 +02:00
Ursprung e7bda055b8
Commit f2ef3c4634

Datei anzeigen

@ -114,6 +114,11 @@ public class Recorder implements Listener {
traceRecorder.recordSupplier(() -> {
Record record = new Record(region);
StoredRecords.add(region, record);
tntTraceRecorderMap.forEach((tntPrimed, region1) -> {
if (region1 == region) {
traceRecorder.tick(tntPrimed);
}
});
return record;
});
}