Update round-tickets.js

This commit is contained in:
Skillet 2023-02-26 07:09:21 -05:00 committed by GitHub
parent 56fd047411
commit 61f502e15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ export default {
time: data.time,
chainID: data.chainID,
winner: data.subfaction,
layer: data.layer
layer: data.level
};
} else {
logParser.eventStore.ROUND_LOSER = data;