diff --git a/port/src/net/netmsg.c b/port/src/net/netmsg.c index d5c2ea6c1..94b684813 100644 --- a/port/src/net/netmsg.c +++ b/port/src/net/netmsg.c @@ -1170,6 +1170,8 @@ u32 netmsgSvcPropUseRead(struct netbuf *src, struct netclient *srccl) case PROPTYPE_WEAPON: if (!prop->obj || prop->obj->type != OBJTYPE_LIFT) { ownop = propobjInteract(prop); + } else { + ownop = TICKOP_NONE; } break; default: