follow self fix

This commit is contained in:
Kara D
2022-01-14 11:37:00 -07:00
parent 9730ac3605
commit fbbda8e1fb

View File

@@ -25,6 +25,9 @@ public class FollowerSystem : EntitySystem
if (!HasComp<SharedGhostComponent>(ev.User))
return;
if (ev.User == ev.Target)
return;
var verb = new Verb
{
Priority = 10,