Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -144,7 +144,7 @@ public sealed class PinpointerSystem : SharedPinpointerSystem
|
||||
return;
|
||||
|
||||
var target = pinpointer.Target;
|
||||
if (target == null || !EntityManager.EntityExists(target.Value))
|
||||
if (target == null || !Exists(target.Value))
|
||||
{
|
||||
SetDistance(uid, Distance.Unknown, pinpointer);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user