Describe the bug
cache.value is equal to value
To Reproduce
Steps to reproduce the behavior:
lib.onCache('vehicle', function (vehicle)
print('old vehicle:', cache.vehicle)
print('new vehicle:', vehicle)
end)
- enter the vehicle
Expected behavior
values should be different
Screenshots