Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Refine Humanoid.Seated" #1308

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Revert "Refine Humanoid.Seated" #1308

merged 1 commit into from
Sep 16, 2024

Conversation

osyrisrblx
Copy link
Member

@osyrisrblx osyrisrblx commented Sep 16, 2024

Reverts #1306

This caused issues with callbacks that only specify one parameter:

humanoid.Seated.Connect(() => {}) // OK
humanoid.Seated.Connect((seated, seat) => {}) // Works
humanoid.Seated.Connect((seated) => {}) // ERROR

@osyrisrblx osyrisrblx merged commit 6abc874 into master Sep 16, 2024
2 checks passed
@osyrisrblx osyrisrblx deleted the revert-1306-master branch September 16, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant