forgottenserver
forgottenserver copied to clipboard
Remove AddWorldLight from protocolgame
Pull Request Prelude
- [x] I have followed proper The Forgotten Server code styling.
- [x] I have read and understood the contribution guidelines before making this PR.
- [x] I am aware that this PR may be closed if the above-mentioned criteria are not fulfilled.
Changes Proposed
This method became unused with #4583 but was left in the code.
You can also remove checkLight() from game.h, as far as i know there is only definition of this method, no body.
You can also remove checkLight() from game.h
Good catch, there's even more
https://github.com/otland/forgottenserver/blob/master/src/condition.h#L368 https://github.com/otland/forgottenserver/blob/master/src/condition.h#L386