storage: only use relative paths if installed in a desired way
graph: drop support for cs-ebot ewp files
This commit is contained in:
parent
784ad5e303
commit
9b8c41edea
6 changed files with 32 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue