8.2.8 debug explosive death not appearing in killfeed

This commit is contained in:
SowinskiBraeden committed 2023-07-21 11:38:43 -07:00
1 parent 14c3c7b99f
commit e80b055451
3 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -132,7 +132,7 @@ class DayzArmbands extends Client {
let lines = [];
for await (const line of rl) { lines.push(line); }
let logIndex = lines.indexOf(history.lastLog) == -1 ? 0 : lines.indexOf(history.lastLog);
let logIndex = lines.indexOf(history.lastLog);
let guild = await this.GetGuild(guildId);
if (!this.exists(guild.playerstats)) guild.playerstats = [];