You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shopeditor: Item Buyability Broken due to Cache State (#1621)
This pullrequest fixes the issue where items (not weapons) had the wrong
state if a custom show was created. This means that they were always
marked as selected, even if they weren't. This was due to the caching
being done too early, before the items were initialized at all.
The issue didn't exist for weapons because their setup is done in the
engine before any lua init code is executed.
---------
Co-authored-by: Tim Goll <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
120
120
- Fixed avatar icons not refreshing if they were changed on Steam (by @mexikoedi)
121
121
- Fixed a wrong label for the sprint speed multiplier in the F1 menu (by @TimGoll)
122
122
- Fixed own player name being shown in targetID when in vehicle (by @TimGoll)
123
+
- Fixed `ShopEditor.BuildValidEquipmentCache()` being called too early on the client, resulting in a wrong cache state (by @NickCloudAT and @12problems)
0 commit comments