fix fragCount
continuous-integration/drone/push Build is passing

This commit is contained in:
smsteel
2021-06-24 21:28:55 +03:00
parent 762642b2cf
commit 3d010de8e0
+1 -1
View File
@@ -74,7 +74,7 @@ func (fms *fragMessages) addFrag(ctx context.Context, playerName string, entityN
entityName: entityName,
chatID: cfg.ChatID,
messageID: m.MessageID,
fragCount: 0,
fragCount: 1,
latestFragTime: time.Now(),
}