Unstable v0.15.17.0 (Hex is out of town edition)
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Barotrauma.Items.Components
|
||||
CollidesWith = Physics.CollisionCharacter,
|
||||
CollisionCategories = Physics.CollisionItemBlocking,
|
||||
Enabled = false,
|
||||
UserData = "Holdable.Pusher"
|
||||
UserData = this
|
||||
};
|
||||
Pusher.FarseerBody.OnCollision += OnPusherCollision;
|
||||
Pusher.FarseerBody.FixedRotation = false;
|
||||
|
||||
Reference in New Issue
Block a user