otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.57k stars 1.05k forks source link

check if config file is already defined #4767

Closed rookgaard closed 3 weeks ago

rookgaard commented 1 month ago

Pull Request Prelude

Changes Proposed

Config file may have been set in HERE, so check that it is not empty.

MillhioreBT commented 3 weeks ago

This is not configurable, so this change makes no sense.

rookgaard commented 3 weeks ago

This is not configurable, so this change makes no sense.

But I linked a place where it can be configured earlier, using --config parameter

MillhioreBT commented 3 weeks ago

This is not configurable, so this change makes no sense.

But I linked a place where it can be configured earlier, using --config parameter

You're right, I apologize, so it does make sense for this one case.

thank you very much <3