Error after today updateSolved

Failed to call hook 'OnEntityTakeDamage' on plugin 'TruePVE v2.1.7' (NullReferenceException: )

at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component)

at Oxide.Plugins.TruePVE.AllowDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00703] in <2f230035b06142868327df53fe422a20>:0

at Oxide.Plugins.TruePVE.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00134] in <2f230035b06142868327df53fe422a20>:0

at Oxide.Plugins.TruePVE.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00404] in <2f230035b06142868327df53fe422a20>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0

Same here. I see this coming up in console after players are killing ZombieHorde zombies.

Same for me:

TruePVE v2.1.7: Failed to call hook OnEntityTakeDamage(BaseCombatEntity, HitInfo):
System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component)
at Oxide.Plugins.TruePVE.AllowDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00703] in <926b98c7458b40d0b73a8cb63d26c529>:0

at Oxide.Plugins.TruePVE.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00134] in <926b98c7458b40d0b73a8cb63d26c529>:0

at Oxide.Plugins.TruePVE.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00404] in <926b98c7458b40d0b73a8cb63d26c529>:0

at Oxide.Plugins.OxidePerfCounter+main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <1923e1ff5ac643e992df3422b0720361>:0

fixed in 2.1.8

Locked automatically