No DLC has been added. When you click the animal tab for the first time, the following content will be prompted
Failed to find RimWorld.MemeDef named 'Rancher'. DefDatabase<RimWorld.MemeDef> contains a total of 0 loaded defs.
Maybe this line of code needs to be checked?
|
private static readonly MemeDef MemeDef_Rancher = DefDatabase<MemeDef>.GetNamed("Rancher"); |
|
|
No DLC has been added. When you click the animal tab for the first time, the following content will be prompted
Failed to find RimWorld.MemeDef named 'Rancher'. DefDatabase<RimWorld.MemeDef> contains a total of 0 loaded defs.Maybe this line of code needs to be checked?
AnimalTab/Source/MainTabWindow_Animals.cs
Lines 120 to 121 in ae984df