Wretched_K
Member since
{
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Downloaded mod
Version 1.0.1 of Peltor TEP-300 earplugs backport and fixes
Nov 7, 2025 4:14 AM
View details
Created comment
FYI
If you are getting the error about the mod not being able to find a loadout in sharedTypes
You can copy over the respective file from the Loadout folder
I'm not a programmer so I'm not sure if this is a permanent or even functional fix, but it does stop the error from being thrown in the console
Nov 6, 2025 8:38 PM
View details