[Bots]: Use correct parameter (#958)
This commit is contained in:
parent
39b9b9818c
commit
aa3f0d414a
@ -128,7 +128,7 @@ namespace Components
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
botName = std::format("bot{}", port);
|
botName = std::format("bot{}", num);
|
||||||
clanName = "BOT"s;
|
clanName = "BOT"s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user