Caraxi / SimpleTweaksPlugin

GNU Affero General Public License v3.0
161 stars 140 forks source link

Fast Search Nullpo #882

Closed Scrxtchy closed 1 week ago

Scrxtchy commented 1 week ago

The reference for ItemBuffer is a null pointer, causing a crash when a player searches with Fast Search

https://github.com/Caraxi/SimpleTweaksPlugin/blob/3102b6f9798b8eafcab2cf94c9d555df10c65634/Tweaks/UiAdjustment/FastSearch.cs#L126

https://github.com/Caraxi/SimpleTweaksPlugin/blob/3102b6f9798b8eafcab2cf94c9d555df10c65634/Tweaks/UiAdjustment/FastSearch.cs#L34-L42