Skip to content

Commit 33f3620

Browse files
authored
Fixed code comment not actually commented.md
1 parent 8b91d32 commit 33f3620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/production/analytics/custom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local AnalyticsService = game:GetService("AnalyticsService")
4646
AnalyticsService:LogCustomEvent(
4747
player,
4848
"MissionCompletedDuration", -- Event name
49-
10 -- Event value
49+
120 -- Event value
5050
)
5151
```
5252

0 commit comments

Comments
 (0)