Use correct name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user