We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8861b commit b8da971Copy full SHA for b8da971
src/OTAPI.UnifiedServerProcess/Core/Patching/FieldFilterPatching/ForceStaticProcessor.cs
@@ -26,6 +26,8 @@ public class ForceStaticProcessor() : IFieldFilterArgProcessor
26
"Terraria.Localization.GameCulture",
27
// ignore hit tile, it should not run on server
28
"Terraria.HitTile",
29
+ // global share buffer pool
30
+ "Terraria.Net.LegacyNetBufferPool"
31
];
32
public void Apply(LoggedComponent logger, ref FilterArgumentSource source) {
33
foreach (var modified in source.ModifiedStaticFields.ToArray()) {
0 commit comments