mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
push
This commit is contained in:
parent
dc577c3a2f
commit
a468487850
24 changed files with 484 additions and 121 deletions
|
@ -9,7 +9,7 @@ public class CustomComponents : MelonMod
|
|||
public override void OnInitializeMelon()
|
||||
{
|
||||
// Add our CCK component to the prop whitelist
|
||||
var propWhitelist = SharedFilter._spawnableWhitelist;
|
||||
var propWhitelist = SharedFilter._avatarWhitelist;
|
||||
propWhitelist.Add(typeof(NAKPointerTracker));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue