Количество фрагов было с 0 #2

Closed
smsteel wants to merge 1 commits from master into hotfix
Showing only changes of commit d2cf73b61d - Show all commits

View File

@ -74,7 +74,7 @@ func (fms *fragMessages) addFrag(ctx context.Context, playerName string, entityN
entityName: entityName, entityName: entityName,
chatID: cfg.ChatID, chatID: cfg.ChatID,
messageID: m.MessageID, messageID: m.MessageID,
fragCount: 0, fragCount: 1,
latestFragTime: time.Now(), latestFragTime: time.Now(),
} }