Help i can not get it to work at allSolved

this is the error im getting in console

Failed to call hook 'OnServerInitialized' on plugin 'RadtownAnimals v0.2.83' (ArgumentException: The Object you want to instantiate is null.) at UnityEngine.Object.Instantiate (UnityEngine.Object original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00049] in :0
at UnityEngine.Object.Instantiate[T] (T original, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation) [0x00001] in :0
at Facepunch.Instantiate.GameObject (UnityEngine.GameObject go, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) [0x00007] in :0
at Oxide.Plugins.RadtownAnimals.InstantiateEntity (System.String type, UnityEngine.Vector3 position) [0x0000b] in :0
at Oxide.Plugins.RadtownAnimals.SpawnNpcEntity (System.String prefabPath, UnityEngine.Vector3 pos) [0x00013] in :0
at Oxide.Plugins.RadtownAnimals.SpawnAnimals (UnityEngine.Vector3 position, System.Collections.Generic.Dictionary`2[TKey,TValue] spawnList) [0x00070] in :0
at Oxide.Plugins.RadtownAnimals.InitializeAnimalSpawns () [0x000d9] in :0
at Oxide.Plugins.RadtownAnimals.OnServerInitialized () [0x00000] in :0
at Oxide.Plugins.RadtownAnimals.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008d] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Calling 'OnServerInitialized' on 'RadtownAnimals v0.2.83' took 3871ms
Loaded plugin RadtownAnimals v0.2.83 by k1lly0u

what'd you do to fix it?

Locked automatically