fixed potential memory leak
Fixed a potential memory leak while investigating an issue a user was complaining about.
Changes proposed in this pull request:
- Removed a variable that was not being used
[ *] Yes I tested this before submitting it. [ ] I also did a multiplayer test.
Review please
in java that is not a memory leak :D but we can remove the line if it isnt used
in java that is not a memory leak :D but we can remove the line if it isnt used
Yeah but it still looks bad in the source code
I'm less concerned about visuals in code
I'm less concerned about visuals in code
It is a bit of a silly change but I'm kind of a new developer
When you make contributions you have to follow our style guide, all code has to be formatted with our formatting rules. The space you removed is exactly against our formatting rules. So that has to be removed.
When you make contributions you have to follow our style guide, all code has to be formatted with our formatting rules. The space you removed is exactly against our formatting rules. So that has to be removed.
My bad, ill fix it