Remove IActionBlocker.CanMove (#4449)
* Remove IActionBlocker.CanMove Ported the remainders over to using MovementAttemptEvent which should also help make mob movement a bit faster. * Make that check faster
This commit is contained in:
@@ -27,11 +27,6 @@ namespace Content.Shared.MobState.State
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool CanMove()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool CanUse()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user