-
Notifications
You must be signed in to change notification settings - Fork 309
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 stupid functions.sqf #612
Remove stupid functions.sqf #612
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - just another spyglass case change :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some additional thoughts - a lot of the phone one's apply to multiple files
…kFisch/Framework into remove-stupid-functions.sqf
@DomT602 tested and working. |
still working, confirmed tested |
…kFisch/Framework into remove-stupid-functions.sqf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of BE Filter changes
will check the BE Filters later, forgot to add them to the battleye folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to merge once re-tested.
tested - works like a charm |
Assuming it works as intended |
worked last time i tested it :) |
The title should say everything :)
Changes proposed in this pull request:
moved all functions in
life_server\functions.sqf
to client side -> no broadcasting of common functionsreworked the functions to be more simple and follow code guidelines (and not check the same thing three times)
I have tested my changes and corrected any errors found