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
|
|
@ -1702,9 +1702,7 @@ bool BotGraph::convertOldFormat () {
|
|||
MemFile fp (bstor.buildPath (BotFile::PodbotPWF, true));
|
||||
|
||||
if (!fp) {
|
||||
if (!fp.open (bstor.buildPath (BotFile::EbotEWP, true))) {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
PODGraphHeader header {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue