diff options
Diffstat (limited to 'src/projectile/removableDust.c')
| -rw-r--r-- | src/projectile/removableDust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectile/removableDust.c b/src/projectile/removableDust.c index e89cd3b4..49da5582 100644 --- a/src/projectile/removableDust.c +++ b/src/projectile/removableDust.c @@ -51,7 +51,7 @@ void RemovableDust_OnTick(RemovableDustEntity* this) { } void RemovableDust_OnCollision(RemovableDustEntity* this) { - if (super->contactFlags == (CONTACT_TAKE_DAMAGE | 0x16)) { + if (super->contactFlags == (CONTACT_NOW | 0x16)) { RemovableDust_OnGrabbed(this); } } |
