diff --git a/BoneSync/Patching/PoolPatches.cs b/BoneSync/Patching/PoolPatches.cs index 0ae4875..e28f35a 100644 --- a/BoneSync/Patching/PoolPatches.cs +++ b/BoneSync/Patching/PoolPatches.cs @@ -30,6 +30,7 @@ namespace BoneSync.Patching if (pool.name.Contains("AudioPlayer")) return true; if (pool.name.Contains("Decal")) return true; if (pool.name.Contains("PopupText")) return true; + //if (pool.name.Contains("Nimbus")) return true; if (pool.Prefab.GetComponent() != null) return true; if (pool.Prefab.GetComponent() != null) return true;