0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:50:44 -05:00

FIx: Trim whitespace around generated bot name

This commit is contained in:
Dev 2023-03-24 14:57:51 +00:00
parent 9c3362c464
commit e626c4d3de

View File

@ -207,7 +207,7 @@ export class BotGenerator
name += ` ${botRole}`;
}
return name;
return name.trim();
}
/**