Skip to content

Commit e28cb51

Browse files
More vector migration
1 parent 02a82d9 commit e28cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/chat/examples/proximity-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local function getPositionFromUserId(userId: number)
2828
end
2929

3030
-- Return a default position if the player or character cannot be found.
31-
return Vector3.zero
31+
return vector.zero
3232
end
3333

3434
-- Set the ShouldDeliverCallback for the general channel to control message delivery.

0 commit comments

Comments
 (0)