refactor: move wave length calculation to util class

This commit is contained in:
jeefo 2023-08-22 09:45:29 +03:00
commit 5fddfed5ce
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
8 changed files with 87 additions and 86 deletions

View file

@ -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);