Skip to content

Commit 06f0d00

Browse files
committed
chore: force Terraria.ID.ContentSamples.NpcBestiarySortingId to be contextual
1 parent 66ba962 commit 06f0d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OTAPI.UnifiedServerProcess/Core/Patching/FieldFilterPatching/ForceInstanceProcessor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ public class ForceInstanceProcessor() : IFieldFilterArgProcessor
1111
"Terraria.DataStructures.TileEntity.EntityCreationLock",
1212
"Terraria.GameContent.PressurePlateHelper.EntityCreationLock",
1313
"Terraria.GameContent.Creative.CreativePowerManager._initialized",
14-
"Terraria.Recipe.numRecipes"
14+
"Terraria.Recipe.numRecipes",
15+
"Terraria.ID.ContentSamples.NpcBestiarySortingId"
1516
};
1617
readonly static string[] types = new string[] {
1718
"Terraria.ObjectData.TileObjectData",

0 commit comments

Comments
 (0)