Remove .Owner from melee weapons (#14600)

This commit is contained in:
metalgearsloth
2023-03-12 15:56:05 +11:00
committed by GitHub
parent 5541edbadc
commit e93d5113ad
8 changed files with 96 additions and 89 deletions

View File

@@ -124,7 +124,7 @@ public sealed partial class NPCSteeringSystem
// Breaking behaviours and the likes.
lock (_obstacles)
{
status = TryHandleFlags(steering, node, bodyQuery);
status = TryHandleFlags(uid, steering, node, bodyQuery);
}
// TODO: Need to handle re-pathing in case the target moves around.