refactor: move wave length calculation to util class
This commit is contained in:
parent
659db9b063
commit
5fddfed5ce
8 changed files with 87 additions and 86 deletions
|
|
@ -322,7 +322,7 @@ String BotStorage::buildPath (int32_t file, bool isMemoryLoad) {
|
|||
path.emplace (game.getRunningModName ());
|
||||
}
|
||||
|
||||
// allways append addons/product
|
||||
// always append addons/product
|
||||
path.emplace (folders.addons);
|
||||
path.emplace (folders.bot);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue