Files
jim_bridge/shared
Jim Shield e64912622b Testing a fix with QS-INV item checks
So..from what I can gather, QS-Inv doesn't seem to be updating the client cache of the players inventory correctly

This is all speculation, I can't check this myself

When `hasItem()` is used, its essentially reading from the client's cache.
This seemingly is only updated when there is a new item in a slot, **not** when the amount of an item in that slot changes

The only way to circumvent this is a workaround to the players inventory from the server side using a callback. This is painful to do because it can increase server load when checking multiples of items
2025-05-13 17:57:27 +01:00
..
2025-05-03 20:28:13 +01:00
2025-04-22 19:16:31 +01:00
2025-05-12 13:51:32 +01:00
2025-04-20 19:17:40 +01:00
2025-04-14 21:58:38 +01:00
2025-04-12 00:18:48 +01:00
2025-04-22 19:16:31 +01:00
2025-05-02 12:29:02 +01:00
2025-04-20 19:17:40 +01:00
2025-04-30 17:53:26 +01:00
2025-05-07 12:58:39 +01:00
2025-04-01 14:15:50 +01:00
2025-03-08 20:55:05 +00:00
2025-05-03 00:11:28 +01:00