Merge branch 'hotfix' into master
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
smsteel 2021-06-24 21:29:58 +03:00
commit d2cf73b61d

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(),
} }