storage: only use relative paths if installed in a desired way

graph:  drop support  for cs-ebot ewp files
This commit is contained in:
jeefo 2025-08-21 21:43:21 +03:00
commit 9b8c41edea
No known key found for this signature in database
GPG key ID: D696786B81B667C8
6 changed files with 32 additions and 13 deletions

View file

@ -959,6 +959,7 @@ bool Game::loadCSBinary () {
}
bool Game::postload () {
bstor.checkInstallLocation (); // check if installed just as in manual
// register logger
logger.initialize (bstor.buildPath (BotFile::LogFile), [] (const char *msg) {