Holding the walk button no longer activates sprite movement state (#24455)
* Dancing is forbidden * Suggested changes
This commit is contained in:
@@ -626,6 +626,7 @@ namespace Content.Shared.Movement.Systems
|
||||
Left = 4,
|
||||
Right = 8,
|
||||
Walk = 16,
|
||||
AnyDirection = Up | Down | Left | Right,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user