diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 7f045549..7c582d23 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -338,7 +338,7 @@ public static class AppConfig public static bool IsAlly() { - return ContainsModel("RC71"); + return ContainsModel("RC71") || ContainsModel("RC72"); } public static bool NoMKeys()