mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
remove generic bot names per request
This commit is contained in:
@@ -294,13 +294,7 @@ public:
|
||||
Controller->Possess(Pawn);
|
||||
}
|
||||
|
||||
FString BotNewName = L"";
|
||||
if (Globals::bUseGenericRandomBotNames) {
|
||||
BotNewName = GetRandomBotNameGeneric();
|
||||
}
|
||||
else {
|
||||
BotNewName = GetRandomName();
|
||||
}
|
||||
FString BotNewName = GetRandomName();
|
||||
|
||||
LOG_INFO(LogBots, "BotNewName: {}", BotNewName.ToString());
|
||||
SetName(BotNewName);
|
||||
|
||||
Reference in New Issue
Block a user