Use correct name

This commit is contained in:
Chomp
2025-01-21 13:49:16 +00:00
parent 639cf7e559
commit 992d183a6f
+1 -1
View File
@@ -61,7 +61,7 @@ public class BotHelper(
public bool IsBotZombie(string botRole)
{
return botRole?.ToLower().StartsWith("zombie") ?? false;
return botRole?.ToLower().StartsWith("infected") ?? false;
}
/// <summary>