forgottenserver icon indicating copy to clipboard operation
forgottenserver copied to clipboard

Remove AddWorldLight from protocolgame

Open ranisalt opened this issue 1 year ago • 3 comments

Pull Request Prelude

Changes Proposed

This method became unused with #4583 but was left in the code.

ranisalt avatar Jun 14 '24 15:06 ranisalt

You can also remove checkLight() from game.h, as far as i know there is only definition of this method, no body.

ArturKnopik avatar Jun 14 '24 16:06 ArturKnopik

You can also remove checkLight() from game.h

Good catch, there's even more

ranisalt avatar Jun 14 '24 17:06 ranisalt

https://github.com/otland/forgottenserver/blob/master/src/condition.h#L368 https://github.com/otland/forgottenserver/blob/master/src/condition.h#L386

ghost avatar Jun 14 '24 18:06 ghost