ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
https://github.com/ko4life-net/ko
MIT License
55 stars 22 forks source link

Remove unused grass (seed) implementation from both client and N3ME. #258

Closed stevewgr closed 1 week ago

stevewgr commented 1 week ago

Description

This pull request removes an unused grass (or seed) implementation from both the client and N3ME. This feature, referenced as "seed" in N3ME and "grass" in the client, is not utilized in the official game, making it unnecessary to maintain.

Details

Rationale

Given its lack of use and maintenance, removing this redundant implementation reduces complexity and potential confusion in the codebase. This change helps streamline development by eliminating an unused feature that provides no functional benefit.

stevewgr commented 1 week ago

@srmeier @xGuTeK thoughts?

For the record, build is passing: https://github.com/ko4life-net/ko/actions/runs/11809857978

but I'll still wait to hear your thoughts / review before merging.