[Bots]: Use correct parameter (#958)

This commit is contained in:
Edo 2023-04-20 19:32:27 +02:00 committed by GitHub
parent 39b9b9818c
commit aa3f0d414a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ namespace Components
} }
else else
{ {
botName = std::format("bot{}", port); botName = std::format("bot{}", num);
clanName = "BOT"s; clanName = "BOT"s;
} }