WhyAmIHere
Member since
I am just here vibing
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
open the file `SPT/SPT_Data/configs/core.json` and set:
```json
"removeModItemsFromProfile": true,
"removeInvalidTradersFromProfile": true,
"fixProfileBreakingInventoryItemIssues": true
```
and restart your server. It will fix your profile(s)
Nov 14, 2025 11:14 PM
View details
Created comment
So I found the issue inside the profile but I am not sure what caused it.
Under "traderPurchases" I found 6746722bcce65386cfcc7209 located there, I deleted it and it cleared the error up. Hope that helps you figure out the problem or for anyone else that encounters this.
Nov 14, 2025 10:50 PM
View details
Deleted comment
So I found the issue inside the profile but I am not sure what caused it.
Under "traderPurchases" I found 6746722bcce65386cfcc7209 located there, I deleted it and it cleared the error up. Hope that helps you figure out the problem or for anyone else that encounters this.
Nov 14, 2025 10:50 PM
View details
Liked comment
Keep a back of your profiles before doing this operation, just in case...
Nov 14, 2025 10:49 PM
View details
Liked comment
thank you for reporting guyz i will look into it. I did not face the issue yet, but i know for a fact there must be something wrong.
Nov 14, 2025 10:49 PM
View details
Created comment
So I found the issue inside the profile but I am not sure what caused it.
Under "traderPurchases" I found 6746722bcce65386cfcc7209 located there, I deleted it and it cleared the error up. Hope that helps you figure out the problem or for anyone else that encounters this.
Nov 14, 2025 10:49 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.