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

Removed panic mode stuff. #527

Merged
merged 6 commits into from
Oct 9, 2021
Merged

Conversation

ccuser44
Copy link
Contributor

@ccuser44 ccuser44 commented Oct 9, 2021

Removed panicmode as only one line of code can activate it, which is

			if error then
				warn(error)
				Core.Panic("Error while making RemoteEvent")
			end

Which would never be triggered.

Panic mode made sense when there Filtering Enabled wasnt a thing, but now it is completely useless. While I thought the feature was cool it doesn't make much sense to have anymore.

@ccuser44 ccuser44 marked this pull request as ready for review October 9, 2021 06:50
@Sceleratis Sceleratis merged commit 021d826 into Epix-Incorporated:master Oct 9, 2021
@ccuser44 ccuser44 deleted the patch-13 branch January 4, 2022 16:57
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.

2 participants