Kaynağa Gözat

Fix color sliders being unlocked

Bepis 7 yıl önce
ebeveyn
işleme
bb0f91da72
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      Plugins/SliderUnlocker/SliderUnlocker.cs

+ 2 - 1
Plugins/SliderUnlocker/SliderUnlocker.cs

@@ -87,7 +87,8 @@ namespace SliderUnlocker
             foreach (Type type in illusion.GetTypes())
             {
                 if (type.Name.ToUpper().StartsWith("CVS") &&
-                    type.Name != "CvsDrawCtrl")
+                    type != typeof(CvsDrawCtrl) &&
+                    type != typeof(CvsColor))
                 {
                     cvsInstances.AddRange(GameObject.FindObjectsOfType(type));