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

remove useless privates in player Events #711

Merged
merged 1 commit into from
Jun 25, 2017
Merged

Conversation

jokoho48
Copy link
Member

@Killswitch00 Killswitch00 merged commit a36df2c into master Jun 25, 2017
@commy2 commy2 deleted the removeUselessPrivates branch June 25, 2017 20:26
@ViperMaul ViperMaul added this to the 3.4.1 milestone Jun 27, 2017
@dedmen
Copy link
Contributor

dedmen commented Sep 13, 2017

privates are not really necessary anyway as there are no variables in any upper scope. But because there is an upper scope because the EventHandler recompile crap, private still provides a performance improvement.

@commy2
Copy link
Contributor

commy2 commented Sep 13, 2017

The variable is reused from L133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants